Show / Hide Table of Contents

Class HttpConsts

HTTP constants.

Inheritance
System.Object
HttpConsts
Namespace: Google.Apis.Http
Assembly: Google.Apis.Core.dll
Syntax
public static class HttpConsts : object

Fields

Delete

Http DELETE request

Declaration
public const string Delete = null
Field Value
Type Description
System.String

Get

Http GET request

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

Patch

Http PATCH request

Declaration
public const string Patch = null
Field Value
Type Description
System.String

Post

Http POST request

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

Put

Http PUT request

Declaration
public const string Put = null
Field Value
Type Description
System.String
Back to top