Table of Contents

Enum Method

Namespace
RestSharp
Assembly
RestSharp.dll

HTTP method to use when making requests

public enum Method

Fields

Copy = 8
Delete = 3
Get = 0
Head = 4
Merge = 7
Options = 5
Patch = 6
Post = 1
Put = 2