Search Results for

    Show / Hide Table of Contents

    Class HttpMethod

    Represents an HTTP request method.

    Inheritance
    System.Object
    HttpMethod
    Namespace: FastReport.Olap.Cloud
    Assembly: FastReport.Olap.dll
    Syntax
    public static class HttpMethod

    Fields

    Get

    GET request method.

    Declaration
    public const string Get = "GET"
    Field Value
    Type Description
    System.String

    Post

    POST request method.

    Declaration
    public const string Post = "POST"
    Field Value
    Type Description
    System.String

    Put

    PUT request method.

    Declaration
    public const string Put = "PUT"
    Field Value
    Type Description
    System.String
    Back to top © 1998-2024 Copyright Fast Reports Inc.