EnumWebSocketMessageType simple type
Specifies the WebSocket message type.
Content Type
| Item | Facet value | Description |
|---|---|---|
| string restriction | ||
| Enumeration | binary | The message will be sent as binary data (Default). |
| Enumeration | text | The message will be sent in plain text format using UTF-8 encoding. |