AuthorizationMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AuthorizationMethod.
public enum AuthorizationMethod
type AuthorizationMethod =
Public Enum AuthorizationMethod
- Inheritance
-
AuthorizationMethod
Fields
Name | Value | Description |
---|---|---|
Head | 0 | HEAD. |
Options | 1 | OPTIONS. |
Trace | 2 | TRACE. |
Get | 3 | GET. |
Post | 4 | POST. |
Put | 5 | PUT. |
Patch | 6 | PATCH. |
Delete | 7 | DELETE. |