Mono Class Library: Overview

System.Net.HttpWebResponse: Property Members

The properties 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 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.