Search Results for

    Show / Hide Table of Contents

    Enum HttpMethod

    The method used by an HTTP request.

    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public enum HttpMethod : int

    Fields

    Name Description
    Delete

    Indicates a DELETE request.

    Get

    Indicates a GET request.

    Head

    Indicates a HEAD request.

    Patch

    Indicates a PATCH request.

    Post

    Indicates a POST request.

    Put

    Indicates a PUT request.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0