websocket-sharp

WebSocketSharp Namespace

Namespace

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.
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.
WsReceivedTooBigMessageException Documentation for this section has not yet been entered.
WsState Contains the values of the state of the WebSocket connection.