public static class HttpConstsHTTP constants.
Namespace
Google.Apis.HttpAssembly
Google.Apis.Core.dll
Fields
Delete
public const string Delete = "DELETE"Http DELETE request
| Field Value | |
|---|---|
| Type | Description |
string |
|
Get
public const string Get = "GET"Http GET request
| Field Value | |
|---|---|
| Type | Description |
string |
|
Patch
public const string Patch = "PATCH"Http PATCH request
| Field Value | |
|---|---|
| Type | Description |
string |
|
Post
public const string Post = "POST"Http POST request
| Field Value | |
|---|---|
| Type | Description |
string |
|
Put
public const string Put = "PUT"Http PUT request
| Field Value | |
|---|---|
| Type | Description |
string |
|