The properties of the HttpWebResponse class are listed below. For a complete list of HttpWebResponse class members, see the HttpWebResponse Members topic.
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. |