C-DEngine 5.105

WebSocketSharp.Server Namespace

Classes


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

Interfaces


  Interface Description
Public interface IWebSocketSession
Exposes the properties used to access the information in a session in a WebSocket service.