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!

HttpClientRequest.EndSend

[To be supplied.]

[Visual Basic]
MustOverride Public Function EndSend( _
   ByVal asyncResult As IAsyncResult _
) As HttpClientResponse
[C#]
public abstract HttpClientResponse EndSend(
   IAsyncResult asyncResult
);
[C++]
public: virtual HttpClientResponse* EndSend(
   IAsyncResult* asyncResult
) = 0;
[JScript]
public abstract function EndSend(
   asyncResult : IAsyncResult
) : HttpClientResponse;

Parameters

asyncResult
[To be supplied.]

See Also

HttpClientRequest Class | HttpClientRequest Members | System.Web.Services.Protocols Namespace