WebRequest Properties
.NET Framework 1.1
The properties of the WebRequest class are listed here. For a complete list of WebRequest class members, see the WebRequest Members topic.
Public Properties
ConnectionGroupName Supported by the .NET Compact Framework. | When overridden in a descendant class, gets or sets the name of the connection group for the request. |
ContentLength Supported by the .NET Compact Framework. | When overridden in a descendant class, gets or sets the content length of the request data being sent. |
ContentType Supported by the .NET Compact Framework. | When overridden in a descendant class, gets or sets the content type of the request data being sent. |
Credentials Supported by the .NET Compact Framework. | When overridden in a descendant class, gets or sets the network credentials used for authenticating the request with the Internet resource. |
Headers Supported by the .NET Compact Framework. | When overridden in a descendant class, gets or sets the collection of header name/value pairs associated with the request. |
Method Supported by the .NET Compact Framework. | When overridden in a descendant class, gets or sets the protocol method to use in this request. |
PreAuthenticate Supported by the .NET Compact Framework. | When overridden in a descendant class, indicates whether to preauthenticate the request. |
Proxy Supported by the .NET Compact Framework. | When overridden in a descendant class, gets or sets the network proxy to use to access this Internet resource. |
RequestUri Supported by the .NET Compact Framework. | When overridden in a descendant class, gets the URI of the Internet resource associated with the request. |
Timeout Supported by the .NET Compact Framework. | Gets or sets the length of time before the request times out. |
