Mono Class Library: OverviewSystem.Net.HttpWebResponse: Members |
The members of System.Net.HttpWebResponse are listed below.
See Also: Inherited members from System.Net.WebResponse
Documentation for this section has not yet been entered.
[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.
overrideClose() Closes the response stream. overrideGetHashCode() : int Generates a hash code for the current instance.GetResponseHeader(string) : string Returns a specified header from the current response. overrideGetResponseStream() : System.IO.Stream Returns a System.IO.Stream for reading the body of the response from the server.
Dispose(bool) Releases the unmanaged resources used by the current instance and optionally releases the managed resources. overrideGetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Documentation for this section has not yet been entered.
IDisposable.Dispose Documentation for this section has not yet been entered. System.Runtime.Serialization.ISerializable.GetObjectData Documentation for this section has not yet been entered.