HttpMethod.Method Property

Definition

Gets the HTTP method.

public:
 property Platform::String ^ Method { Platform::String ^ get(); };
winrt::hstring Method();
public string Method { get; }
var string = httpMethod.method;
Public ReadOnly Property Method As String

Property Value

String

Platform::String

winrt::hstring

An HTTP method represented as a String.

Applies to