HttpWebResponse Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The HttpWebResponse type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContentLength | Gets the length of the content returned by the request. (Overrides WebResponse.ContentLength.) |
|
ContentType | Gets the content type of the response. (Overrides WebResponse.ContentType.) |
|
Cookies | Gets the cookies used to persist state information for the HTTP response. |
|
Headers | Gets the headers that are associated with this response from the server. (Overrides WebResponse.Headers.) |
|
Method | Gets the method that is used to return the response. |
|
ResponseUri | Gets the URI of the Internet resource that responded to the request. (Overrides WebResponse.ResponseUri.) |
|
StatusCode | Gets the status of the response. |
|
StatusDescription | Gets the status description returned with the response. |
|
SupportsHeaders | Gets a value that indicates if headers are supported. (Overrides WebResponse.SupportsHeaders.) |
Show: