Show / Hide Table of Contents

    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 Doc

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

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