System::Net::Http::HttpMethod::get_Options method

HttpMethod::get_Options method

Returns the ‘OPTIONS’ HTTP method.

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

ReturnValue

The ‘OPTIONS’ HTTP method.

See Also