Mono Class Library: Overview

System.Net.WebResponse: Members

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

See Also: Inherited members from System.MarshalByRefObject

Protected Constructors

Constructs a new instance of the System.Net.WebResponse class.
Documentation for this section has not yet been entered.

Public Properties

ContentLengthlong. Gets or sets the content length of the data received from the server.
ContentTypestring. Gets or sets the media type of the data received.
[read-only]
HeadersWebHeaderCollection. Gets the collection of header name/value pairs associated with the current instance.
[read-only]
IsFromCachebool. Documentation for this section has not yet been entered.
[read-only]
IsMutuallyAuthenticatedbool. Documentation for this section has not yet been entered.
[read-only]
ResponseUriUri. Gets the URI of the resource associated with the current instance.

Public Methods

Close()
Closes the response stream.
GetResponseStream() : System.IO.Stream
Returns a System.IO.Stream that contains data from the current host.

Protected Methods

Explicitly Implemented Interface Members

IDisposable.DisposeImplemented to support the IDisposable interface. [Note: For more information, see IDisposable.Dispose.]
System.Runtime.Serialization.ISerializable.GetObjectDataDocumentation for this section has not yet been entered.