Mono Class Library: OverviewSystem.Net.WebResponse: Members |
The members of System.Net.WebResponse are listed below.
See Also: Inherited members from System.MarshalByRefObject
Constructs a new instance of the System.Net.WebResponse class. Documentation for this section has not yet been entered.
ContentLength long. Gets or sets the content length of the data received from the server. ContentType string. Gets or sets the media type of the data received. [read-only] Headers WebHeaderCollection. Gets the collection of header name/value pairs associated with the current instance. [read-only] IsFromCache bool. Documentation for this section has not yet been entered. [read-only] IsMutuallyAuthenticated bool. Documentation for this section has not yet been entered. [read-only] ResponseUri Uri. Gets the URI of the resource associated with the current instance.
Close() Closes the response stream.GetResponseStream() : System.IO.Stream Returns a System.IO.Stream that contains data from the current host.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Documentation for this section has not yet been entered.
IDisposable.Dispose Implemented to support the IDisposable interface. [Note: For more information, see IDisposable.Dispose.] System.Runtime.Serialization.ISerializable.GetObjectData Documentation for this section has not yet been entered.