Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 799 Bytes

httpresponsemessage_headers.md

File metadata and controls

24 lines (17 loc) · 799 Bytes
-api-id -api-type
P:Windows.Web.Http.HttpResponseMessage.Headers
winrt property

Windows.Web.Http.HttpResponseMessage.Headers

-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