WebSocketSharp.Server Namespace
Classes
Class | Description | |
---|---|---|
HttpRequestEventArgs |
Represents the event data for the HTTP request event that the HttpServer emits.
|
|
HttpServer |
Provides a simple HTTP server that allows to accept the WebSocket connection requests.
|
|
WebSocketBehavior |
Exposes the methods and properties used to define the behavior of a WebSocket service
provided by the WebSocketServer or HttpServer.
|
|
WebSocketServer |
Provides a WebSocket protocol server.
|
|
WebSocketServiceHost |
Exposes the methods and properties used to access the information in a WebSocket service
provided by the WebSocketServer or HttpServer.
|
|
WebSocketServiceManager |
Manages the WebSocket services provided by the HttpServer or
WebSocketServer.
|
|
WebSocketSessionManager |
Manages the sessions in a Websocket service.
|
Interfaces
Interface | Description | |
---|---|---|
IWebSocketSession |
Exposes the properties used to access the information in a session in a WebSocket service.
|