Enumeration of the supported HTTP verbs supported by the CommandPerformer
| C# | Visual Basic |
public enum HTTPVerb
Public Enumeration HTTPVerb
| Member | Description |
|---|---|
| GET |
The HTTP GET method is used to retrieve data.
|
| POST |
The HTTP POST method is used to transmit data.
|
| DELETE |
The HTTP DELETE method is used to indicate that a resource should be deleted.
|