Click here to Skip to main content
15,916,091 members
Home / Discussions / C#
   

C#

 
AnswerRe: Interface Implementation - Returning Inherited Class Pin
Ferry Mulyono6-Apr-06 15:05
Ferry Mulyono6-Apr-06 15:05 
AnswerRe: Interface Implementation - Returning Inherited Class Pin
Robert Rohde7-Apr-06 2:10
Robert Rohde7-Apr-06 2:10 
QuestionScientific calculator in C# Pin
Ronald246-Apr-06 13:48
Ronald246-Apr-06 13:48 
QuestionPixelation in Scaled GIF images Pin
Citizen_RobertK6-Apr-06 13:24
Citizen_RobertK6-Apr-06 13:24 
QuestionHide web service details? Pin
Mark Tutt6-Apr-06 12:56
Mark Tutt6-Apr-06 12:56 
AnswerRe: Hide web service details? Pin
Ferry Mulyono6-Apr-06 15:13
Ferry Mulyono6-Apr-06 15:13 
GeneralRe: Hide web service details? Pin
Mark Tutt6-Apr-06 15:41
Mark Tutt6-Apr-06 15:41 
GeneralRe: Hide web service details? Pin
Ferry Mulyono6-Apr-06 16:01
Ferry Mulyono6-Apr-06 16:01 
So you mean the automatically-generated code (by Visual Studio) is exposed automatically, and you want to hide this, and only expose facade class (that you made) to the client?

In the DLL wrapper project, go to the Solution Explorer window, in the top click second icon from the left (It says "Shows All Files"). After that, you should be able to see in your Web References folder, you WS (which was one node only), now can be expanded. Try to expand it, and expand Reference.map, and you should file Reference.cs
This cs file contains WS operation that we've been talking about. If you don't want to expose it, just change all class declaration here from public into internal. Therefore, only class in this wrapper DLL (in the same assembly) can access this.

"If Mohammed won't go to the mountain, then the mountain must go to Mohammed" - Gil Grissom, CSI
GeneralRe: Hide web service details? Pin
Mark Tutt6-Apr-06 16:35
Mark Tutt6-Apr-06 16:35 
QuestionPass SerialPort variable to another class. Pin
shultas6-Apr-06 12:03
shultas6-Apr-06 12:03 
AnswerRe: Pass SerialPort variable to another class. Pin
Judah Gabriel Himango6-Apr-06 12:32
sponsorJudah Gabriel Himango6-Apr-06 12:32 
AnswerRe: Pass SerialPort variable to another class. Pin
Stefan Troschuetz6-Apr-06 12:35
Stefan Troschuetz6-Apr-06 12:35 
GeneralRe: Pass SerialPort variable to another class. Pin
shultas6-Apr-06 12:49
shultas6-Apr-06 12:49 
GeneralRe: Pass SerialPort variable to another class. Pin
Stefan Troschuetz6-Apr-06 22:48
Stefan Troschuetz6-Apr-06 22:48 
QuestionMaybe not an interesting question, but... Pin
Stanciu Vlad6-Apr-06 11:55
Stanciu Vlad6-Apr-06 11:55 
AnswerRe: Maybe not an interesting question, but... Pin
Judah Gabriel Himango6-Apr-06 12:24
sponsorJudah Gabriel Himango6-Apr-06 12:24 
GeneralRe: Maybe not an interesting question, but... Pin
Stanciu Vlad6-Apr-06 22:33
Stanciu Vlad6-Apr-06 22:33 
GeneralRe: Maybe not an interesting question, but... Pin
Judah Gabriel Himango7-Apr-06 4:01
sponsorJudah Gabriel Himango7-Apr-06 4:01 
AnswerRe: Maybe not an interesting question, but... Pin
Graham Nimbley6-Apr-06 15:55
Graham Nimbley6-Apr-06 15:55 
QuestionHelp me..with this message..The server viewstate cache has timed out. Pin
jorgeils6-Apr-06 11:53
jorgeils6-Apr-06 11:53 
AnswerRe: Help me..with this message..The server viewstate cache has timed out. Pin
Judah Gabriel Himango6-Apr-06 12:23
sponsorJudah Gabriel Himango6-Apr-06 12:23 
QuestionPls Help me Pin
narendrakumarp6-Apr-06 10:30
narendrakumarp6-Apr-06 10:30 
AnswerRe: Pls Help me Pin
Judah Gabriel Himango6-Apr-06 12:22
sponsorJudah Gabriel Himango6-Apr-06 12:22 
QuestionList of running applications Pin
Sergey Gorchichko6-Apr-06 9:17
Sergey Gorchichko6-Apr-06 9:17 
AnswerRe: List of running applications Pin
Judah Gabriel Himango6-Apr-06 10:02
sponsorJudah Gabriel Himango6-Apr-06 10:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.