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