HttpMethod

HttpMethod constructor

Initializes a new instance of the HttpMethod class with a specific HTTP method.

public HttpMethod(string method)
ParameterTypeDescription
methodStringThe method.

See Also