Windows.Web.Http.HttpResponseMessage.Headers

May 17, 2019 ยท View on GitHub

-description

Gets the collection of HTTP response headers associated with the HttpResponseMessage that were sent by the server.

-property-value

The collection of HTTP response headers.

-remarks

The Headers property returns an HttpResponseHeaderCollection object that can be used to get or set the specific headers on the HTTP response.

-examples

-see-also

HttpResponseHeaderCollection

Contents

  1. 1-description
  2. 2-property-value
  3. 3-remarks
  4. 4-examples
  5. 5-see-also