HttpMediaType
Defines what a string data is to be used for a Post request.
Enums
| Name | Value | Description |
|---|---|---|
| ApplicationJSON | 1 | JSON data type |
| ApplicationXML | 2 | XML data type |
| ApplicationURLEncoded | 3 | URLEncoded data type |
| TextPlain | 4 | Plain Text data type |
| TextXML | 5 | XML Text data type |