This documentation is archived and is not being maintained.
WebResponse Properties
Visual Studio 2010
The WebResponse type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContentLength | When overridden in a descendant class, gets or sets the content length of data being received. |
|
ContentType | When overridden in a derived class, gets or sets the content type of the data being received. |
|
Headers | When overridden in a derived class, gets a collection of header name-value pairs associated with this request. |
|
IsFromCache | Gets a Boolean value that indicates whether this response was obtained from the cache. |
|
IsMutuallyAuthenticated | Gets a Boolean value that indicates whether mutual authentication occurred. |
|
ResponseUri | When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request. |
|
SupportsHeaders |
Show: