HttpMethod.Method Property
Definition
public:
property System::String ^ Method { System::String ^ get(); };
public string Method { get; }
member this.Method : string
Public ReadOnly Property Method As String
Property Value
- String
An HTTP method represented as a String.
Applies to