Click here to Skip to main content
15,889,776 members
Home / Discussions / C#
   

C#

 
AnswerRe: WebRequest.Proxy Pin
jkersch5-Aug-08 21:38
jkersch5-Aug-08 21:38 
GeneralRe: WebRequest.Proxy Pin
George_George5-Aug-08 21:41
George_George5-Aug-08 21:41 
Questionnamespace of WCF Pin
George_George5-Aug-08 16:01
George_George5-Aug-08 16:01 
AnswerRe: namespace of WCF Pin
jkersch5-Aug-08 21:09
jkersch5-Aug-08 21:09 
GeneralRe: namespace of WCF Pin
George_George5-Aug-08 21:21
George_George5-Aug-08 21:21 
GeneralRe: namespace of WCF Pin
jkersch5-Aug-08 21:38
jkersch5-Aug-08 21:38 
GeneralRe: namespace of WCF Pin
George_George5-Aug-08 21:40
George_George5-Aug-08 21:40 
GeneralRe: namespace of WCF Pin
jkersch5-Aug-08 21:56
jkersch5-Aug-08 21:56 
well, if you ask how you could retrieve the service namespace from withing the client, thats not very complicated. your service proxy has an Endpoint property that contains information about the service endpoint. there you can find a contract-property that contains (with some other information) the namespace.
it's up to you wheter you can use the service namespace in the client, but i guess in most cases where you just simply want to communicate with a service, do some stuff and disconnect after it, you don't have to bother with namespace on the client side.
But at least there is the possibility to use it (like most of the stuff in WCF, hardly anyone will ever use ALL of its features Wink | ;)
regards
j.
GeneralRe: namespace of WCF Pin
George_George5-Aug-08 23:10
George_George5-Aug-08 23:10 
QuestionDataGridView - RowFocus Pin
nelsonpaixao5-Aug-08 12:58
nelsonpaixao5-Aug-08 12:58 
AnswerRe: DataGridView - RowFocus Pin
cocoonwls5-Aug-08 17:21
cocoonwls5-Aug-08 17:21 
GeneralRe: DataGridView - RowFocus Pin
nelsonpaixao6-Aug-08 14:19
nelsonpaixao6-Aug-08 14:19 
Questionstruct and null Pin
DaveyM695-Aug-08 11:28
professionalDaveyM695-Aug-08 11:28 
AnswerRe: struct and null Pin
MidwestLimey5-Aug-08 12:06
professionalMidwestLimey5-Aug-08 12:06 
AnswerRe: struct and null Pin
Colin Angus Mackay5-Aug-08 12:08
Colin Angus Mackay5-Aug-08 12:08 
GeneralRe: struct and null Pin
DaveyM695-Aug-08 12:30
professionalDaveyM695-Aug-08 12:30 
GeneralRe: struct and null Pin
MidwestLimey5-Aug-08 12:44
professionalMidwestLimey5-Aug-08 12:44 
GeneralRe: struct and null Pin
DaveyM695-Aug-08 12:40
professionalDaveyM695-Aug-08 12:40 
AnswerRe: struct and null Pin
Ed.Poore5-Aug-08 12:28
Ed.Poore5-Aug-08 12:28 
GeneralRe: struct and null Pin
DaveyM695-Aug-08 12:38
professionalDaveyM695-Aug-08 12:38 
GeneralRe: struct and null Pin
Colin Angus Mackay5-Aug-08 12:43
Colin Angus Mackay5-Aug-08 12:43 
GeneralRe: struct and null Pin
Colin Angus Mackay5-Aug-08 12:45
Colin Angus Mackay5-Aug-08 12:45 
GeneralRe: struct and null Pin
DaveyM697-Aug-08 1:03
professionalDaveyM697-Aug-08 1:03 
GeneralRe: struct and null Pin
Colin Angus Mackay7-Aug-08 2:00
Colin Angus Mackay7-Aug-08 2:00 
AnswerRe: struct and null Pin
PIEBALDconsult5-Aug-08 17:01
mvePIEBALDconsult5-Aug-08 17:01 

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.