System::Net::Http::HttpMethod::get_Post method

HttpMethod::get_Post method

Returns the ‘POST’ HTTP method.

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

ReturnValue

The ‘POST’ HTTP method.

See Also