HttpWebResponse Properties
.NET Framework 1.1
The properties of the HttpWebResponse class are listed here. For a complete list of HttpWebResponse class members, see the HttpWebResponse Members topic.
Public Properties
CharacterSet Supported by the .NET Compact Framework. | Gets the character set of the response. |
ContentEncoding Supported by the .NET Compact Framework. | Gets the method used to encode the body of the response. |
ContentLength Supported by the .NET Compact Framework. | Overridden. Gets the length of the content returned by the request. |
ContentType Supported by the .NET Compact Framework. | Overridden. Gets the content type of the response. |
Cookies | Gets or sets the cookies associated with this response. |
Headers Supported by the .NET Compact Framework. | Overridden. Gets the headers associated with this response from the server. |
LastModified Supported by the .NET Compact Framework. | Gets the last date and time that the contents of the response were modified. |
Method Supported by the .NET Compact Framework. | Gets the method used to return the response. |
ProtocolVersion Supported by the .NET Compact Framework. | Gets the version of the HTTP protocol used in the response. |
ResponseUri Supported by the .NET Compact Framework. | Overridden. Gets the URI of the Internet resource that responded to the request. |
Server Supported by the .NET Compact Framework. | Gets the name of the server that sent the response. |
StatusCode Supported by the .NET Compact Framework. | Gets the status of the response. |
StatusDescription Supported by the .NET Compact Framework. | Gets the status description returned with the response. |
