Click here to Skip to main content
15,921,577 members
Home / Discussions / C#
   

C#

 
Questionread a specified element in the xml file Pin
prasadbuddhika4-Sep-08 0:57
prasadbuddhika4-Sep-08 0:57 
AnswerRe: read a specified element in the xml file Pin
Ashfield4-Sep-08 1:54
Ashfield4-Sep-08 1:54 
GeneralRe: read a specified element in the xml file Pin
Pete O'Hanlon4-Sep-08 2:09
mvePete O'Hanlon4-Sep-08 2:09 
QuestionHow to display image in datagrid Pin
V K Gupta4-Sep-08 0:45
V K Gupta4-Sep-08 0:45 
AnswerRe: How to display image in datagrid Pin
Mbah Dhaim4-Sep-08 3:29
Mbah Dhaim4-Sep-08 3:29 
AnswerRe: How to display image in datagrid Pin
nelsonpaixao4-Sep-08 13:10
nelsonpaixao4-Sep-08 13:10 
Questionlistview ?? Pin
Hum Dum4-Sep-08 0:45
Hum Dum4-Sep-08 0:45 
QuestionTransleuscent Dialog Pin
Mridang Agarwalla4-Sep-08 0:44
Mridang Agarwalla4-Sep-08 0:44 
AnswerRe: Transleuscent Dialog Pin
Anthony Mushrow4-Sep-08 4:07
professionalAnthony Mushrow4-Sep-08 4:07 
QuestionMy computer can't do basic arithmetic (or I'm doing something stupid) Pin
ajtunbridge3-Sep-08 23:22
ajtunbridge3-Sep-08 23:22 
AnswerRe: My computer can't do basic arithmetic (or I'm doing something stupid) Pin
buchstaben3-Sep-08 23:24
buchstaben3-Sep-08 23:24 
AnswerRe: My computer can't do basic arithmetic (or I'm doing something stupid) Pin
Frank Horn3-Sep-08 23:26
Frank Horn3-Sep-08 23:26 
AnswerRe: My computer can't do basic arithmetic (or I'm doing something stupid) Pin
ajtunbridge3-Sep-08 23:42
ajtunbridge3-Sep-08 23:42 
AnswerRe: My computer can't do basic arithmetic (or I'm doing something stupid) Pin
blackjack21504-Sep-08 0:31
blackjack21504-Sep-08 0:31 
AnswerRe: My computer can't do basic arithmetic (or I'm doing something stupid) Pin
John_Adams4-Sep-08 3:54
John_Adams4-Sep-08 3:54 
QuestionHow to know which control called the context menu? Pin
bouli3-Sep-08 22:11
bouli3-Sep-08 22:11 
AnswerRe: How to know which control called the context menu? Pin
Christian Flutcher3-Sep-08 22:36
Christian Flutcher3-Sep-08 22:36 
GeneralRe: How to know which control called the context menu? Pin
bouli3-Sep-08 23:01
bouli3-Sep-08 23:01 
GeneralRe: How to know which control called the context menu? Pin
Christian Flutcher3-Sep-08 23:14
Christian Flutcher3-Sep-08 23:14 
GeneralRe: How to know which control called the context menu? Pin
bouli4-Sep-08 22:36
bouli4-Sep-08 22:36 
QuestionCheck if a DLL is registered Pin
Harvey Saayman3-Sep-08 21:02
Harvey Saayman3-Sep-08 21:02 
AnswerRe: Check if a DLL is registered Pin
u2envy123-Sep-08 21:44
u2envy123-Sep-08 21:44 
AnswerRe: Check if a DLL is registered Pin
Frank Horn3-Sep-08 21:46
Frank Horn3-Sep-08 21:46 
QuestionAsynchronous callback Pin
George_George3-Sep-08 20:27
George_George3-Sep-08 20:27 
Hello everyone,


When we call a remote web services in an asynchronous way, we could return the invocation immediately and later we could either call Endxxx or our suppied callback will be invoked when the asynchronous call result is ready.

My question is, how will the result be delivered to client?

- Does the proxy on client side opens a port and listen to the return SOAP message containing the result?

- Does the client use keep alive technique and keeps the Http connection open/live from the beginning (when we call BeginXXX to invoke the web services) to the end (when the result is ready) -- if implemented in this way, there is no need for the client to open a port to listen?

- Or implemented in some other ways?


thanks in advance,
George
AnswerRe: Asynchronous callback Pin
Christian Flutcher3-Sep-08 22:54
Christian Flutcher3-Sep-08 22:54 

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.