HTTP protocol method used by OAuth authentication (HttpMethod(HttpMethod)).
Namespace: Limilabs.Client.AuthenticationAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public enum HttpMethod |
| Visual Basic |
|---|
Public Enumeration HttpMethod |
| Visual C++ |
|---|
public enum class HttpMethod |
Members
| Member name | Value | Description | |
|---|---|---|---|
| GET | 0 | GET method. | |
| POST | 1 | POST method. |