HttpWebResponse Properties

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.

  NameDescription
Public property ContentLength Gets the length of the content returned by the request. (Overrides WebResponse.ContentLength.)
Public property ContentType Gets the content type of the response. (Overrides WebResponse.ContentType.)
Public property Cookies Gets the cookies used to persist state information for the HTTP response.
Public property Headers Gets the headers that are associated with this response from the server. (Overrides WebResponse.Headers.)
Public property Method Gets the method that is used to return the response.
Public property ResponseUri Gets the URI of the Internet resource that responded to the request. (Overrides WebResponse.ResponseUri.)
Public property StatusCode Gets the status of the response.
Public property StatusDescription Gets the status description returned with the response.
Public property SupportsHeaders Gets a value that indicates if headers are supported. (Overrides WebResponse.SupportsHeaders.)
Top

Show:
© 2017 Microsoft