Enum RestMethod
Used by the RestRequest class to categorise REST requests.
Namespace: PlayUR.Core
Assembly: PlayUR.dll
Syntax
public enum RestMethod
Fields
Name | Description |
---|---|
GET | |
POST | |
PUT |
Used by the RestRequest class to categorise REST requests.
public enum RestMethod
Name | Description |
---|---|
GET | |
POST | |
PUT |