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.

When overridden in a descendant class, gets or sets the content length of data being received.

ContentTypestring.

When overridden in a derived class, gets or sets the content type of the data being received.

[read-only]
HeadersWebHeaderCollection.

When overridden in a derived class, gets a collection of header name-value pairs associated with this request.

[read-only]
IsFromCachebool.

Gets a bool value that indicates whether this response was obtained from the cache.

[read-only]
IsMutuallyAuthenticatedbool.

Gets a bool value that indicates whether mutual authentication occurred.

[read-only]
ResponseUriUri.

When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request.

[read-only]
SupportsHeadersbool.

Gets a value that indicates if headers are supported.