The WebSocketSharp.Server namespace contains classes to implement the server that receives the WebSocket connection requests.
Type | Description |
---|---|
HttpRequestEventArgs | Contains the event data associated with the HTTP request events of the WebSocketSharp.Server.HttpServer class. |
HttpServer | Provides a simple HTTP server that allows to accept the WebSocket connection requests. |
IServiceHost | Exposes the methods and property for the host that provides a WebSocketSharp.Server.WebSocketService. |
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. |