Mono Class Library: OverviewSystem.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
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.