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
ContentLength | long.
When overridden in a descendant class, gets or sets the content length of data being received. | |
ContentType | string.
When overridden in a derived class, gets or sets the content type of the data being received. | |
[read-only] | Headers | WebHeaderCollection.
When overridden in a derived class, gets a collection of header name-value pairs associated with this request. |
[read-only] | IsFromCache | bool.
Gets a bool value that indicates whether this response was obtained from the cache. |
[read-only] | IsMutuallyAuthenticated | bool.
Gets a bool value that indicates whether mutual authentication occurred. |
[read-only] | ResponseUri | Uri.
When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request. |
[read-only] | SupportsHeaders | bool.
Gets a value that indicates if headers are supported. |