websocket-sharp

Documentation for this section has not yet been entered.

WebSocketSharp Namespace

Documentation for this section has not yet been entered.

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.
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.
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.

WebSocketSharp.Frame Namespace

Documentation for this section has not yet been entered.

Type Description
CloseStatusCode Contains the values of the status codes for the WebSocket connection closure.
Fin Contains the values of the FIN bit in the WebSocket data frame.
Mask Contains the values of the MASK bit in the WebSocket data frame.
Opcode Contains the values of the opcodes that denotes the frame type of the WebSocket frame.
PayloadData Documentation for this section has not yet been entered.
Rsv Contains the values of the reserved bit in the WebSocket data frame.
WsFrame Documentation for this section has not yet been entered.

WebSocketSharp.Net Namespace

Documentation for this section has not yet been entered.

Type Description
AuthenticationSchemes Documentation for this section has not yet been entered.
AuthenticationSchemeSelector Documentation for this section has not yet been entered.
Cookie Documentation for this section has not yet been entered.
CookieCollection Documentation for this section has not yet been entered.
CookieException Documentation for this section has not yet been entered.
HttpListener Documentation for this section has not yet been entered.
HttpListenerContext Documentation for this section has not yet been entered.
HttpListenerException Documentation for this section has not yet been entered.
HttpListenerPrefixCollection Documentation for this section has not yet been entered.
HttpListenerRequest Documentation for this section has not yet been entered.
HttpListenerResponse Documentation for this section has not yet been entered.
HttpListenerWebSocketContext Documentation for this section has not yet been entered.
HttpStatusCode Documentation for this section has not yet been entered.
HttpVersion Documentation for this section has not yet been entered.
WebHeaderCollection Documentation for this section has not yet been entered.
WebSocketContext Documentation for this section has not yet been entered.

WebSocketSharp.Net.Sockets Namespace

Documentation for this section has not yet been entered.

Type Description
TcpListenerWebSocketContext Documentation for this section has not yet been entered.

WebSocketSharp.Server Namespace

Documentation for this section has not yet been entered.

Type Description
HttpServer Documentation for this section has not yet been entered.
IServiceHost Exposes the methods and property for the WebSocket service host.
ResponseEventArgs Documentation for this section has not yet been entered.
ServiceManager Documentation for this section has not yet been entered.
SessionManager Documentation for this section has not yet been entered.
WebSocketServer Documentation for this section has not yet been entered.
WebSocketServerBase Provides the basic functions of the server that receives the WebSocket connection requests.
WebSocketService Documentation for this section has not yet been entered.
WebSocketServiceHost<T> Documentation for this section has not yet been entered.