Class HttpMethodExtensions
This is an extension implementation of the System.Net.Http.HttpMethod class.
Inheritance
System.Object
HttpMethodExtensions
Namespace: Cuemon.Net.Http
Assembly: Cuemon.Net.dll
Syntax
public static class HttpMethodExtensions
Methods
| Improve this DocToHttpMethod(HttpMethod)
Converts the specified method
to its equivalent HttpMethods representation.
Declaration
public static HttpMethods ToHttpMethod(this HttpMethod method)
Parameters
Type | Name | Description |
---|---|---|
System.Net.Http.HttpMethod | method | The System.Net.Http.HttpMethod to be converted. |
Returns
Type | Description |
---|---|
HttpMethods | A HttpMethods representation of the specified |