Mono Class Library: Overview

System.Net.HttpWebRequest: Method Members

The methods 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 Methods

override
Abort()
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.
override
BeginGetRequestStream(AsyncCallback, object) : IAsyncResult
Begins an asynchronous request for a stream in which to write data to be sent in the current instance.
override
BeginGetResponse(AsyncCallback, object) : IAsyncResult
Begins sending the current HTTP request asynchronously.
override
EndGetRequestStream(IAsyncResult) : System.IO.Stream
Completes an asynchronous request for a stream that was started by the HttpWebRequest.BeginGetRequestStream(AsyncCallback, object) method.
override
EndGetResponse(IAsyncResult) : WebResponse
Returns a System.Net.WebResponse that contains a response to the specified pending Internet request.
override
GetHashCode() : int
Generates a hash code for the current instance.
override
GetRequestStream() : System.IO.Stream
Returns a System.IO.Stream for writing data to the Internet resource requested by the current instance.
override
GetResponse() : WebResponse
Returns a response to an Internet request.

Protected Methods