System::Net::Http::HttpMethod::get_Get method

HttpMethod::get_Get method

Returns the ‘GET’ HTTP method.

static System::SharedPtr<HttpMethod> System::Net::Http::HttpMethod::get_Get()

ReturnValue

The ‘GET’ HTTP method.

See Also