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. |
The WebSocketSharp.Net namespace contains some modified classes and enumerations in the System.Net namespace (e.g. System.Net.HttpListenerContext) to accept the WebSocket connection requests.
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. |
HttpStatusCode | Contains the values of the HTTP status codes. |
HttpVersion | Provides the HTTP version numbers. |
WebHeaderCollection | Documentation for this section has not yet been entered. |
The WebSocketSharp.Net.WebSockets namespace contains classes to access to the WebSocket connection request objects.
Type | Description |
---|---|
HttpListenerWebSocketContext | Provides access to the WebSocket connection request objects received by the WebSocketSharp.Net.HttpListener class. |
TcpListenerWebSocketContext | Provides access to the WebSocket connection request objects received by the System.Net.Sockets.TcpListener class. |
WebSocketContext | Provides access to the WebSocket connection request objects. |
The WebSocketSharp.Server namespace contains classes to implement the server that receives the WebSocket connection requests.
Type | Description |
---|---|
HttpServer | Provides the functions of a simple HTTP server that allows to accept the WebSocket connection requests. |
IServiceHost | Exposes the methods and property for the WebSocket service host. |
ResponseEventArgs | Contains the event data associated with the response events of the WebSocketSharp.Server.HttpServer class. |
WebSocketServer | Provides the functions of the server that receives the WebSocket connection requests. |
WebSocketServerBase | Provides the basic functions of the server that receives the WebSocket connection requests. |
WebSocketService | Provides the basic functions of the WebSocket service. |
WebSocketServiceHost<T> | Provides the functions of the server that receives the WebSocket connection requests. |
WebSocketServiceManager | Manages the collection of WebSocketSharp.Server.WebSocketService objects. |