System::Net::Http::HttpMethod::get_Delete method

HttpMethod::get_Delete method

Returns the ‘DELETE’ HTTP method.

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

ReturnValue

The ‘DELETE’ HTTP method.

See Also