Mono Class Library: Overview

System.Net.WebResponse: Property Members

The properties of System.Net.WebResponse are listed below. For a list of all members, see the WebResponse Members list.

See Also: Inherited members from System.MarshalByRefObject

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.