Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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