WebResponse Properties
.NET Framework (current version)
Namespace:
System.Net
Assembly: System (in System.dll)
| 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 | Gets a value that indicates if headers are supported. |
Show:
