HttpMethod.Method Property

An HTTP method.

Namespace:  System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public ReadOnly Property Method As String 
    Get
'Usage
Dim instance As HttpMethod 
Dim value As String 

value = instance.Method
public string Method { get; }
public:
property String^ Method {
    String^ get ();
}
member Method : string
function get Method () : String

Property Value

Type: System.String

See Also

Reference

HttpMethod Class

System.Net.Http Namespace