Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Asynchronous callback Pin
George_George3-Sep-08 23:01
George_George3-Sep-08 23:01 
QuestionFacing limitations in Flash.ocx to play .swf file Pin
SharjeelHKhan3-Sep-08 18:55
SharjeelHKhan3-Sep-08 18:55 
QuestionInvoking OLE Functionality through C# interops Pin
venkyhyd3-Sep-08 17:53
venkyhyd3-Sep-08 17:53 
AnswerRe: Invoking OLE Functionality through C# interops Pin
venkyhyd3-Sep-08 18:17
venkyhyd3-Sep-08 18:17 
GeneralRe: Invoking OLE Functionality through C# interops Pin
venkyhyd4-Sep-08 22:08
venkyhyd4-Sep-08 22:08 
QuestionDisposing objects instantiated from a child window form created from a parent window form? Pin
Duy Pham3-Sep-08 16:05
Duy Pham3-Sep-08 16:05 
AnswerRe: Disposing objects instantiated from a child window form created from a parent window form? Pin
N a v a n e e t h3-Sep-08 17:16
N a v a n e e t h3-Sep-08 17:16 
GeneralRe: Disposing objects instantiated from a child window form created from a parent window form? Pin
Duy Pham4-Sep-08 1:37
Duy Pham4-Sep-08 1:37 
AnswerRe: Disposing objects instantiated from a child window form created from a parent window form? Pin
Guffa3-Sep-08 20:02
Guffa3-Sep-08 20:02 
GeneralRe: Disposing objects instantiated from a child window form created from a parent window form? Pin
Duy Pham4-Sep-08 1:39
Duy Pham4-Sep-08 1:39 
GeneralRe: Disposing objects instantiated from a child window form created from a parent window form? Pin
Guffa4-Sep-08 6:39
Guffa4-Sep-08 6:39 
GeneralRe: Disposing objects instantiated from a child window form created from a parent window form? Pin
Duy Pham4-Sep-08 12:20
Duy Pham4-Sep-08 12:20 
Questionhow to print a barcode label by printer in b/s system(c#)? Pin
gotoidman3-Sep-08 15:38
gotoidman3-Sep-08 15:38 
AnswerRe: how to print a barcode label by printer in b/s system(c#)? Pin
Koltz3-Sep-08 21:29
Koltz3-Sep-08 21:29 
Question[Solved]Three position checkbox? [modified] Pin
Jordanwb3-Sep-08 12:14
Jordanwb3-Sep-08 12:14 
AnswerRe: Three position checkbox? Pin
PIEBALDconsult3-Sep-08 12:52
mvePIEBALDconsult3-Sep-08 12:52 
GeneralRe: Three position checkbox? Pin
Mycroft Holmes3-Sep-08 16:55
professionalMycroft Holmes3-Sep-08 16:55 
AnswerRe: Three position checkbox? Pin
Paul Conrad3-Sep-08 18:52
professionalPaul Conrad3-Sep-08 18:52 
AnswerRe: Three position checkbox? Pin
V.3-Sep-08 20:06
professionalV.3-Sep-08 20:06 
GeneralRe: Three position checkbox? Pin
Jordanwb4-Sep-08 7:10
Jordanwb4-Sep-08 7:10 
AnswerRe: Three position checkbox? Pin
Guffa3-Sep-08 20:07
Guffa3-Sep-08 20:07 
GeneralRe: Three position checkbox? Pin
Jordanwb4-Sep-08 7:10
Jordanwb4-Sep-08 7:10 
Questionsearch for files using only the file extension Pin
kani983-Sep-08 11:52
kani983-Sep-08 11:52 

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.