Table of Contents

Class HttpVerb

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.Http.dll
public class HttpVerb
Inheritance
HttpVerb
Inherited Members

Fields

Connect

public const string Connect = "CONNECT"

Field Value

string

Delete

public const string Delete = "DELETE"

Field Value

string

Get

public const string Get = "GET"

Field Value

string

Head

public const string Head = "HEAD"

Field Value

string

Options

public const string Options = "OPTIONS"

Field Value

string

Patch

public const string Patch = "PATCH"

Field Value

string

Post

public const string Post = "POST"

Field Value

string

Put

public const string Put = "PUT"

Field Value

string

Trace

public const string Trace = "TRACE"

Field Value

string