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!

HttpWebResponse Properties

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

Public:

ContentEncoding Gets the method used to encode the body of the response.
ContentLength Gets the lenght of the content returned by the request.
ContentType Gets the content type of the response.
Headers Gets the headers associated with this response from the server.
LastModified Gets the last date and time that the content of the response was modified.
Method Gets the value of the method used to return the response.
ResponseURI Gets the Uniform Resource Indentifier (URI) of the resource that returned the response.
ServerCertificate Gets the server certificate returned with the response.
Status Gets a number indicating the status of the response.
StatusDescription Gets the status description returned with the response.
Version Gets the version of the HTTP protocol used in the response.

See Also

HttpWebResponse Class | System.Net Namespace