Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 505 Bytes

httprequestmessage_method.md

File metadata and controls

23 lines (16 loc) · 505 Bytes
-api-id -api-type
P:Windows.Web.Http.HttpRequestMessage.Method
winrt property

Windows.Web.Http.HttpRequestMessage.Method

-description

Gets or sets the HTTP method to be performed on the request URI.

-property-value

The HTTP method to be performed on the request URI.

-remarks

The standard HTTP methods include CONNECT, DELETE, GET, HEAD, OPTIONS, POST, PUT, and TRACE.

-examples

-see-also