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!

WebResponse Properties

The properties of the WebResponse class are listed below. For a complete list of WebResponse class members, see the WebResponse Members topic.

Public:

ContentLength When overridden in a derived class, gets or sets the content length of data being received.
ContentType When overridden in a derived class, gets or sets the content type of the data being received.
Headers When overridden in a derived class, gets a collection of header name-value pairs associated with this request.
ResponseURI When overridden in a derived class, gets the URI that actually responded to the request.
Status When overridden in a derived class, gets or sets a number indicating the response status.
StatusDescription When overridden in a derived class, gets or sets a description of the response status.

See Also

WebResponse Class | System.Net Namespace