RestHttpMethod Enumeration |
Identifies the http method of a request.
Namespace:
Packflow.Rest
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public enum RestHttpMethod
Members
| Member name | Value | Description |
---|
| PUT | 0 |
Http method: PUT
|
| GET | 1 |
Http method: GET
|
| POST | 2 |
Http method: POST
|
| DELETE | 3 |
Http method: DELETE
|
| SEARCH | 4 |
Http method: SEARCH
|
| OPTIONS | 5 |
Http method: OPTIONS
|
| MKCOL | 6 |
Http method: MKCOL
|
| PROPFIND | 7 |
Http method: PROPFIND
|
| HEAD | 8 |
Http method: HEAD
|
| MOVE | 9 |
Http method: MOVE
|
| COPY | 10 |
Http method: COPY
|
| LOCK | 11 |
Http method: LOCK
|
| UNLOCK | 12 |
Http method: UNLOCK
|
| PROPPATCH | 13 |
Http method: PROPPATCH
|
| Custom | 14 |
Http method not listed in this enum.
|
See Also