Class HttpMethod
Represents an HTTP request method.
Inheritance
System.Object
HttpMethod
Namespace: FastReport.Cloud
Assembly: FastReport.dll
Syntax
public static class HttpMethod
Fields
Delete
DELETE request method.
Declaration
public const string Delete = "DELETE"
Field Value
Type | Description |
---|---|
System.String |
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 |