Table of Contents

Class HttpMethodConverter

Namespace
Cuemon.Net.Http
Assembly
Cuemon.Net.dll

This utility class is designed to make HttpMethod related conversions easier to work with.

public static class HttpMethodConverter
Inheritance
HttpMethodConverter

Methods

ToHttpMethod(HttpMethod)

Converts the specified method to its equivalent HttpMethods representation.

public static HttpMethods ToHttpMethod(HttpMethod method)

Parameters

method HttpMethod

The HttpMethod to be converted.

Returns

HttpMethods

A HttpMethods representation of the specified method.

Exceptions

ArgumentNullException

method cannot be null.