Enum Method
Definition
- Assembly:
- Tizen.AIAvatar.dll
An enumeration representing various HTTP methods.
public enum Method
Fields
| Name | Description |
|---|---|
| Delete | Represents the HTTP DELETE method. |
| Get | Represents the HTTP GET method. |
| Patch | Represents the HTTP PATCH method. |
| Post | Represents the HTTP POST method. |
| Put | Represents the HTTP PUT method. |