Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.15 KB

httpmethodheadervaluecollection.md

File metadata and controls

23 lines (16 loc) · 1.15 KB
-api-id -api-type
T:Windows.Web.Http.Headers.HttpMethodHeaderValueCollection
winrt class

Windows.Web.Http.Headers.HttpMethodHeaderValueCollection

-description

Represents the value of the Allow HTTP header on an HTTP response.

-remarks

The HttpMethodHeaderValueCollection class represents the Allow HTTP header on an HTTP response.

The Allow property on the HttpResponseHeaderCollection returns an HttpMethodHeaderValueCollection object.

-examples

-see-also

Allow, HttpRequestHeaderCollection, IIterable(HttpMethod), IStringable, IVector(HttpMethod)