HttpWebResponse Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| CharacterSet | Gets the character set of the response. |
| ContentEncoding | Gets the method that is used to encode the body of the response. |
| ContentLength | Overridden. Gets the length of the content returned by the request. |
| ContentType | Overridden. Gets the content type of the response. |
| Cookies | Gets or sets the cookies that are associated with this response. |
| Headers | Overridden. Gets the headers that are associated with this response from the server. |
| IsFromCache | Gets a Boolean value that indicates whether this response was obtained from the cache. (inherited from WebResponse) |
| IsMutuallyAuthenticated | Overridden. Gets a Boolean value that indicates whether both client and server were authenticated. |
| LastModified | Gets the last date and time that the contents of the response were modified. |
| Method | Gets the method that is used to return the response. |
| ProtocolVersion | Gets the version of the HTTP protocol that is used in the response. |
| ResponseUri | Overridden. Gets the URI of the Internet resource that responded to the request. |
| Server | Gets the name of the server that sent the response. |
| StatusCode | Gets the status of the response. |
| StatusDescription | Gets the status description returned with the response. |