Mono Class Library: OverviewSystem.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
AuthenticationLevel System.Net.Security.AuthenticationLevel. Documentation for this section has not yet been entered. CachePolicy System.Net.Cache.RequestCachePolicy. Documentation for this section has not yet been entered. ConnectionGroupName string. Gets or sets the name of the connection group for the current instance. ContentLength long. Gets or sets the content length of the request data being sent. ContentType string. Gets or sets the content type of the request data being sent. Credentials ICredentials. Gets or sets the credentials used for authenticating the client using the current instance. staticDefaultCachePolicy System.Net.Cache.RequestCachePolicy. Documentation for this section has not yet been entered. staticDefaultWebProxy IWebProxy. Documentation for this section has not yet been entered. Headers WebHeaderCollection. Gets or sets the collection of header name/value pairs associated with the request. ImpersonationLevel System.Security.Principal.TokenImpersonationLevel. Documentation for this section has not yet been entered. Method string. Gets or sets the protocol method to use in the current instance. PreAuthenticate bool. 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. Proxy IWebProxy. Gets or sets the network proxy to use to access resources. [read-only] RequestUri Uri. Gets the Uri of the resource associated with the current instance. Timeout int. Gets or sets the length of time before requests for resources time out. UseDefaultCredentials bool. Documentation for this section has not yet been entered.