HttpMethod()

HttpMethod::HttpMethod(String) constructor

Constructs a new instance.

System::Net::Http::HttpMethod::HttpMethod(String method)

Arguments

ParameterTypeDescription
methodStringA string representation of the HTTP method.

See Also