Mono Class Library: Overview

System.Net.HttpWebResponse: Method Members

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

See Also: Inherited members from System.Net.WebResponse

Public Methods

override
Close()
Closes the response stream.
override
GetHashCode() : int
Generates a hash code for the current instance.
GetResponseHeader(string) : string
Returns a specified header from the current response.
override
GetResponseStream() : System.IO.Stream
Returns a System.IO.Stream for reading the body of the response from the server.

Protected Methods

Dispose(bool)
Releases the unmanaged resources used by the current instance and optionally releases the managed resources.
override
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Documentation for this section has not yet been entered.