Class Method
- Namespace
- RestSharp.Portable
- Assembly
- RestSharp.Portable.Core.dll
public sealed class Method : Enum
- Inheritance
-
Method
Fields
DELETE
public const Method DELETE = 3
Field Value
- Method
GET
public const Method GET = 0
Field Value
- Method
HEAD
public const Method HEAD = 4
Field Value
- Method
MERGE
public const Method MERGE = 7
Field Value
- Method
OPTIONS
public const Method OPTIONS = 5
Field Value
- Method
PATCH
public const Method PATCH = 6
Field Value
- Method
POST
public const Method POST = 1
Field Value
- Method
PUT
public const Method PUT = 2
Field Value
- Method
value__
Field Value
- int