Mono Class Library: Overview

System.Net.HttpWebResponse: Members

The members of System.Net.HttpWebResponse are listed below.

See Also: Inherited members from System.Net.WebResponse

Protected Constructors

Public Properties

[read-only]
CharacterSetstring. Gets the character set used for the current instance.
[read-only]
ContentEncodingstring. Gets the method used to encode the body of the response.
[read-only]
override
ContentLengthlong. Gets the content length of the response data being received.
[read-only]
override
ContentTypestring. Gets the content type of the response.
CookiesCookieCollection. Documentation for this section has not yet been entered.
[read-only]
override
HeadersWebHeaderCollection. Gets the headers associated with the current response from the server.
[read-only]
override
IsMutuallyAuthenticatedbool. Documentation for this section has not yet been entered.
[read-only]
LastModifiedDateTime. Gets the last date and time that the contents of the response were modified.
[read-only]
Methodstring. Gets the method used to return the response.
[read-only]
ProtocolVersionVersion. Gets the version of the HTTP protocol used in the response.
[read-only]
override
ResponseUriUri. Gets the Uri of the Internet resource that actually responded to the request.
[read-only]
Serverstring. Gets the name of the server that sent the response.
[read-only]
StatusCodeHttpStatusCode. Gets the status of the response.
[read-only]
StatusDescriptionstring. Gets the status description returned with the response.

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.

Explicitly Implemented Interface Members

IDisposable.DisposeDocumentation for this section has not yet been entered.
System.Runtime.Serialization.ISerializable.GetObjectDataDocumentation for this section has not yet been entered.