Enum WebSocketOpCode
- Namespace
- Alis.Core.Network.Internal
- Assembly
- Alis.dll
The web socket op code enum
internal enum WebSocketOpCodeFields
ContinuationFrame = 0-
The continuation frame web socket op code
TextFrame = 1-
The text frame web socket op code
BinaryFrame = 2-
The binary frame web socket op code
ConnectionClose = 8-
The connection close web socket op code
Ping = 9-
The ping web socket op code
Pong = 10-
The pong web socket op code