Enum HttpVerb
HttpVerb enum.
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public enum HttpVerb
Fields
| Name | Description |
|---|---|
| Delete | Represents the DELETE method of the HTTP protocol. |
| Get | Represents the GET method of the HTTP protocol. |
| Post | Represents the POST method of the HTTP protocol. |
| Put | Represents the PUT method of the HTTP protocol. |