Show / Hide Table of Contents

Class HttpConsts

HTTP constants.

Inheritance
object
HttpConsts
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Http
Assembly: Google.Apis.Core.dll
Syntax
public static class HttpConsts

Fields

Delete

Http DELETE request

Declaration
public const string Delete = "DELETE"
Field Value
Type Description
string

Get

Http GET request

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

Patch

Http PATCH request

Declaration
public const string Patch = "PATCH"
Field Value
Type Description
string

Post

Http POST request

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

Put

Http PUT request

Declaration
public const string Put = "PUT"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX