The WebSocketSharp namespace contains classes and enumerations to implement the WebSocket interface.
| Type | Description |
|---|---|
| ByteOrder | Contains the values that indicate whether the byte order is a Little-endian or Big-endian. |
| CloseEventArgs | Contains the event data associated with a WebSocketSharp.WebSocket.OnClose event. |
| CloseStatusCode | Contains the values of the status codes for the WebSocket connection closure. |
| CompressionMethod | Contains the values of the compression methods used to compress the payload data of the WebSocket Data frame. |
| ErrorEventArgs | Contains the event data associated with a error event. |
| Ext | Provides a set of static methods for the websocket-sharp. |
| MessageEventArgs | Contains the event data associated with a WebSocketSharp.WebSocket.OnMessage event. |
| Opcode | Contains the values of the opcodes that denotes the frame type of the WebSocket frame. |
| WebSocket | Implements the WebSocket interface. |
| WebSocketException | Represents the exception that occurred when attempting to perform an operation on the WebSocket connection. |
| WsState | Contains the values of the state of the WebSocket connection. |