Mono Class Library: OverviewSystem.Net.HttpWebRequest: Members |
The members of System.Net.HttpWebRequest are listed below.
See Also: Inherited members from System.Net.WebRequest
Documentation for this section has not yet been entered.
Accept string. Gets or sets a string containing the value of the HTTP Accept header. [read-only] Address Uri. Gets the URI that responds to the current request. AllowAutoRedirect bool. Gets or sets a bool value that indicates whether the current request will follow redirection responses. AllowWriteStreamBuffering bool. Gets or sets a bool value that indicates whether to buffer the data sent to the Internet resource requested by the current instance. AutomaticDecompression DecompressionMethods. Documentation for this section has not yet been entered. ClientCertificates System.Security.Cryptography.X509Certificates.X509CertificateCollection. Documentation for this section has not yet been entered. Connection string. Gets or sets the value of the Connection HTTP header. overrideConnectionGroupName string. Gets or sets the name of the connection group for the current instance. overrideContentLength long. Gets or sets the Content-length HTTP header. overrideContentType string. Gets or sets the value of the Content-type HTTP header of the current instance. ContinueDelegate HttpContinueDelegate. Gets or sets the delegate method whose methods are invoked when an HTTP 100-continue response is received by the current instance. CookieContainer CookieContainer. Documentation for this section has not yet been entered. overrideCredentials ICredentials. Gets or sets the credentials used for authenticating the current request. staticDefaultCachePolicy System.Net.Cache.RequestCachePolicy. Documentation for this section has not yet been entered. staticDefaultMaximumErrorResponseLength int. Documentation for this section has not yet been entered. staticDefaultMaximumResponseHeadersLength int. Documentation for this section has not yet been entered. Expect string. Gets or sets the value of the HTTP Expect header. [read-only] HaveResponse bool. Gets a bool value indicating whether a response has been received for the current instance. overrideHeaders WebHeaderCollection. Gets or sets the collection of HTTP header name/value pairs associated with the current instance. IfModifiedSince DateTime. Gets or sets the value of the HTTP If-Modified-Since header. KeepAlive bool. 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. MaximumAutomaticRedirections int. Gets or sets the maximum number of redirects that the current instance will follow. MaximumResponseHeadersLength int. Documentation for this section has not yet been entered. MediaType string. Gets or sets the media type of the current request. overrideMethod string. Gets or sets the HTTP protocol request method used by the current instance. Pipelined bool. Gets or sets a bool value indicating whether to pipeline the current request to the Internet resource. overridePreAuthenticate bool. 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. ProtocolVersion Version. Gets or sets the version of the HTTP protocol to use for the current request. overrideProxy IWebProxy. Gets or sets network proxy information for the current instance. ReadWriteTimeout int. Documentation for this section has not yet been entered. Referer string. Gets or sets the value of the HTTP Referer header. [read-only] overrideRequestUri Uri. Gets the Uri of the resource that receives requests sent by the current instance. SendChunked bool. Gets or sets a value indicating whether to send data in segments. [read-only] ServicePoint ServicePoint. Gets the service point to use for the current instance. overrideTimeout int. Gets or sets the length of time before the request times out. TransferEncoding string. Gets or sets the value of the HTTP Transfer-encoding header. UnsafeAuthenticatedConnectionSharing bool. Documentation for this section has not yet been entered. overrideUseDefaultCredentials bool. Documentation for this section has not yet been entered. UserAgent string. Gets or sets the value of the HTTP User-agent header.
overrideAbort() Cancels an asynchronous operation.AddRange(int) Adds a HTTP Range header to the current instance for a specific range from the beginning or end of the requested data.AddRange(int, int) Adds a HTTP Range header to the current instance for a specified range.AddRange(string, int) Adds a HTTP Range header to the current request for a specific range from the beginning or end of the requested data.AddRange(string, int, int) Adds a HTTP Range header to the current instance for a specified range. overrideBeginGetRequestStream(AsyncCallback, object) : IAsyncResult Begins an asynchronous request for a stream in which to write data to be sent in the current instance. overrideBeginGetResponse(AsyncCallback, object) : IAsyncResult Begins sending the current HTTP request asynchronously. overrideEndGetRequestStream(IAsyncResult) : System.IO.Stream Completes an asynchronous request for a stream that was started by the HttpWebRequest.BeginGetRequestStream(AsyncCallback, object) method. overrideEndGetResponse(IAsyncResult) : WebResponse Returns a System.Net.WebResponse that contains a response to the specified pending Internet request. overrideGetHashCode() : int Generates a hash code for the current instance. overrideGetRequestStream() : System.IO.Stream Returns a System.IO.Stream for writing data to the Internet resource requested by the current instance. overrideGetResponse() : WebResponse Returns a response to an Internet request.
overrideGetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Documentation for this section has not yet been entered.
System.Runtime.Serialization.ISerializable.GetObjectData Documentation for this section has not yet been entered.