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

Gets the HttpClientRequest used to send the request.

[Visual Basic]
Overridable Protected ReadOnly Property Request As _
   HttpClientRequest
[C#]
protected HttpClientRequest Request {virtual get;}
[C++]
protected: __property virtual HttpClientRequest* get_Request();
[JScript]
protected function get Request() : HttpClientRequest;

Remarks

A new HttpClientRequest is created for each request.

See Also

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