HttpMethod.Get Property

Represents an HTTP GET protocol method.

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

Syntax

'Declaration
Public Shared ReadOnly Property Get As HttpMethod 
    Get
'Usage
Dim value As HttpMethod 

value = HttpMethod.Get
public static HttpMethod Get { get; }
public:
static property HttpMethod^ Get {
    HttpMethod^ get ();
}
static member Get : HttpMethod
static function get Get () : HttpMethod

Property Value

Type: System.Net.Http.HttpMethod

See Also

Reference

HttpMethod Class

System.Net.Http Namespace