System::Net::Http::HttpMethod::get_Put method

HttpMethod::get_Put method

Returns the ‘PUT’ HTTP method.

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

ReturnValue

The ‘PUT’ HTTP method.

See Also