HttpMethod.Method Property

Definition

An HTTP method.

public:
 property System::String ^ Method { System::String ^ get(); };
public string Method { get; }
member this.Method : string
Public ReadOnly Property Method As String

Property Value

An HTTP method represented as a String.

Applies to