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.Send

Send the request synchronously.

[Visual Basic]
Protected Function Send() As HttpClientResponse
[C#]
protected HttpClientResponse Send();
[C++]
protected: HttpClientResponse* Send();
[JScript]
protected function Send() : HttpClientResponse;

Return Value

The response for the request.

See Also

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