Class HttpVerb
public class HttpVerb
- Inheritance
-
HttpVerb
- Inherited Members
Fields
Connect
public const string Connect = "CONNECT"
Field Value
Delete
public const string Delete = "DELETE"
Field Value
Get
public const string Get = "GET"
Field Value
Head
public const string Head = "HEAD"
Field Value
Options
public const string Options = "OPTIONS"
Field Value
Patch
public const string Patch = "PATCH"
Field Value
Post
public const string Post = "POST"
Field Value
Put
public const string Put = "PUT"
Field Value
Trace
public const string Trace = "TRACE"