Mono Class Library: Overview

System.Net.WebRequest: Property Members

The properties of System.Net.WebRequest are listed below. For a list of all members, see the WebRequest Members list.

See Also: Inherited members from System.MarshalByRefObject

Public Properties

AuthenticationLevelSystem.Net.Security.AuthenticationLevel. Documentation for this section has not yet been entered.
CachePolicySystem.Net.Cache.RequestCachePolicy. Documentation for this section has not yet been entered.
ConnectionGroupNamestring. Gets or sets the name of the connection group for the current instance.
ContentLengthlong. Gets or sets the content length of the request data being sent.
ContentTypestring. Gets or sets the content type of the request data being sent.
CredentialsICredentials. Gets or sets the credentials used for authenticating the client using the current instance.
static
DefaultCachePolicySystem.Net.Cache.RequestCachePolicy. Documentation for this section has not yet been entered.
static
DefaultWebProxyIWebProxy. Documentation for this section has not yet been entered.
HeadersWebHeaderCollection. Gets or sets the collection of header name/value pairs associated with the request.
ImpersonationLevelSystem.Security.Principal.TokenImpersonationLevel. Documentation for this section has not yet been entered.
Methodstring. Gets or sets the protocol method to use in the current instance.
PreAuthenticatebool. Gets or sets a bool value that determines whether to send authentication information with the current request instead of waiting for an authentication challenge from the requested resource.
ProxyIWebProxy. Gets or sets the network proxy to use to access resources.
[read-only]
RequestUriUri. Gets the Uri of the resource associated with the current instance.
Timeoutint. Gets or sets the length of time before requests for resources time out.
UseDefaultCredentialsbool. Documentation for this section has not yet been entered.