Class HttpMethodConverter
This utility class is designed to make System.Net.Http.HttpMethod related conversions easier to work with.
Inheritance
System.Object
HttpMethodConverter
Namespace: Cuemon.Net.Http
Assembly: Cuemon.Net.dll
Syntax
public static class HttpMethodConverter
Methods
| Improve this DocToHttpMethod(HttpMethod)
Converts the specified source
to its equivalent HttpMethods representation.
Declaration
public static HttpMethods ToHttpMethod(HttpMethod source)
Parameters
Type | Name | Description |
---|---|---|
System.Net.Http.HttpMethod | source | The System.Net.Http.HttpMethod to be converted. |
Returns
Type | Description |
---|---|
HttpMethods | A HttpMethods representation of the specified |