Mono Class Library: OverviewSystem.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
[read-only] CharacterSet string. Gets the character set used for the current instance. [read-only] ContentEncoding string. Gets the method used to encode the body of the response. [read-only] overrideContentLength long. Gets the content length of the response data being received. [read-only] overrideContentType string. Gets the content type of the response. Cookies CookieCollection. Documentation for this section has not yet been entered. [read-only] overrideHeaders WebHeaderCollection. Gets the headers associated with the current response from the server. [read-only] overrideIsMutuallyAuthenticated bool. Documentation for this section has not yet been entered. [read-only] LastModified DateTime. Gets the last date and time that the contents of the response were modified. [read-only] Method string. Gets the method used to return the response. [read-only] ProtocolVersion Version. Gets the version of the HTTP protocol used in the response. [read-only] overrideResponseUri Uri. Gets the Uri of the Internet resource that actually responded to the request. [read-only] Server string. Gets the name of the server that sent the response. [read-only] StatusCode HttpStatusCode. Gets the status of the response. [read-only] StatusDescription string. Gets the status description returned with the response.