HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
|
Classes | |
class | WebSocketsContants |
Enumerations | |
enum | WebSocketState { CONNECTING = 0 , OPEN = 1 , CLOSING = 2 , CLOSED = 3 } |
enum | Opcode { CONTINUATION = 0 , TEXT = 1 , BINARY = 2 , CLOSE = 8 , PING = 9 , PONG = 10 } |
The opcodes for the WebSocket protocol. More... | |
The opcodes for the WebSocket protocol.
opcodes 3-7 are reserved for further non-control frames
Definition at line 7 of file WSOpcodes.cs.
enum HSB.Constants.WebSocket.WebSocketState |
Definition at line 3 of file WebSocketState.cs.