Mono Class Library: Overview

System.Net.HttpWebRequest: Property Members

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

See Also: Inherited members from System.Net.WebRequest

Public Properties

Acceptstring. Gets or sets a string containing the value of the HTTP Accept header.
[read-only]
AddressUri. Gets the URI that responds to the current request.
AllowAutoRedirectbool. Gets or sets a bool value that indicates whether the current request will follow redirection responses.
AllowWriteStreamBufferingbool. Gets or sets a bool value that indicates whether to buffer the data sent to the Internet resource requested by the current instance.
AutomaticDecompressionDecompressionMethods. Documentation for this section has not yet been entered.
ClientCertificatesSystem.Security.Cryptography.X509Certificates.X509CertificateCollection. Documentation for this section has not yet been entered.
Connectionstring. Gets or sets the value of the Connection HTTP header.
override
ConnectionGroupNamestring. Gets or sets the name of the connection group for the current instance.
override
ContentLengthlong. Gets or sets the Content-length HTTP header.
override
ContentTypestring. Gets or sets the value of the Content-type HTTP header of the current instance.
ContinueDelegateHttpContinueDelegate. Gets or sets the delegate method whose methods are invoked when an HTTP 100-continue response is received by the current instance.
CookieContainerCookieContainer. Documentation for this section has not yet been entered.
override
CredentialsICredentials. Gets or sets the credentials used for authenticating the current request.
static
DefaultCachePolicySystem.Net.Cache.RequestCachePolicy. Documentation for this section has not yet been entered.
static
DefaultMaximumErrorResponseLengthint. Documentation for this section has not yet been entered.
static
DefaultMaximumResponseHeadersLengthint. Documentation for this section has not yet been entered.
Expectstring. Gets or sets the value of the HTTP Expect header.
[read-only]
HaveResponsebool. Gets a bool value indicating whether a response has been received for the current instance.
override
HeadersWebHeaderCollection. Gets or sets the collection of HTTP header name/value pairs associated with the current instance.
IfModifiedSinceDateTime. Gets or sets the value of the HTTP If-Modified-Since header.
KeepAlivebool. Gets or sets a bool value indicating whether to make a persistent connection to the server hosting the Internet resource requested by the current instance.
MaximumAutomaticRedirectionsint. Gets or sets the maximum number of redirects that the current instance will follow.
MaximumResponseHeadersLengthint. Documentation for this section has not yet been entered.
MediaTypestring. Gets or sets the media type of the current request.
override
Methodstring. Gets or sets the HTTP protocol request method used by the current instance.
Pipelinedbool. Gets or sets a bool value indicating whether to pipeline the current request to the Internet resource.
override
PreAuthenticatebool. Gets or sets a Boolean value that indicates whether to send HTTP preauthentication header information with current instance without waiting for an authentication challenge from the requested resource.
ProtocolVersionVersion. Gets or sets the version of the HTTP protocol to use for the current request.
override
ProxyIWebProxy. Gets or sets network proxy information for the current instance.
ReadWriteTimeoutint. Documentation for this section has not yet been entered.
Refererstring. Gets or sets the value of the HTTP Referer header.
[read-only]
override
RequestUriUri. Gets the Uri of the resource that receives requests sent by the current instance.
SendChunkedbool. Gets or sets a value indicating whether to send data in segments.
[read-only]
ServicePointServicePoint. Gets the service point to use for the current instance.
override
Timeoutint. Gets or sets the length of time before the request times out.
TransferEncodingstring. Gets or sets the value of the HTTP Transfer-encoding header.
UnsafeAuthenticatedConnectionSharingbool. Documentation for this section has not yet been entered.
override
UseDefaultCredentialsbool. Documentation for this section has not yet been entered.
UserAgentstring. Gets or sets the value of the HTTP User-agent header.