WebResponse Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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. |
|
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 whether the Headers property is supported by the descendant class for the WebResponse instance. |
Show: