Show / Hide Table of Contents

    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 Doc

    ToHttpMethod(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 source.

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX