Search Results for

    Show / Hide Table of Contents

    Enum RestRequestMethod

    Defines the HTTP method to use for an HTTP request.

    Namespace: DisCatSharp.Net
    Assembly: DisCatSharp.dll
    Syntax
    public enum RestRequestMethod

    Fields

    Name Description
    DELETE

    Defines that the request is a DELETE request.

    GET

    Defines that the request is a GET request.

    HEAD

    Defines that the request is a HEAD request.

    PATCH

    Defines that the request is a PATCH request.

    POST

    Defines that the request is a POST request.

    PUT

    Defines that the request is a PUT request.

    Extension Methods

    ReflectionUtilities.ToDictionary<RestRequestMethod>()
    ExtensionMethods.GetName<RestRequestMethod>()
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems