Windows.Web.Http.HttpRequestMessage.Headers

May 17, 2019 ยท View on GitHub

-description

Gets the collection of the HTTP request headers associated with the HttpRequestMessage.

-property-value

The collection of HTTP request headers associated with the HttpRequestMessage.

-remarks

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

The Headers property represents the headers that an app developer can set, not all of the headers that may eventually be sent with the request. The HttpBaseProtocolFilter will add some additional headers.

-examples

-see-also

HttpRequestHeaderCollection