NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ClientProtocol.EndSend

Complete an asynchronous send.

[Visual Basic]
Protected Function EndSend( _
   ByVal asyncResult As IAsyncResult _
) As HttpClientResponse
[C#]
protected HttpClientResponse EndSend(
   IAsyncResult asyncResult
);
[C++]
protected: HttpClientResponse* EndSend(
   IAsyncResult* asyncResult
);
[JScript]
protected function EndSend(
   asyncResult : IAsyncResult
) : HttpClientResponse;

Parameters

asyncResult
[To be supplied.]

See Also

ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace | HttpClientResponse