Opcode Enumeration
Indicates the WebSocket frame type.
Namespace:
WebSocketSharpAssembly: C-DEngine (in C-DEngine.dll)
Members
| Member name | Description | |
|---|---|---|
| Cont | Equivalent to numeric value 0. Indicates continuation frame. | |
| Text | Equivalent to numeric value 1. Indicates text frame. | |
| Binary | Equivalent to numeric value 2. Indicates binary frame. | |
| Close | Equivalent to numeric value 8. Indicates connection close frame. | |
| Ping | Equivalent to numeric value 9. Indicates ping frame. | |
| Pong | Equivalent to numeric value 10. Indicates pong frame. |