Namespace System.Net.WebSockets.Server
Classes
- WebSocketClosedEventArgs
 EventArgs used for WebSocketClosedEventHandler
- WebSocketOpenedEventArgs
 EventArgs used for WebSocketOpenedEventHandler
- WebSocketServer
 The WebSocketServer class is a WebSocket Server to which WebSocket Clients can connect.
- WebSocketServerOptions
 Options to use with a WebSocketServer object.
Delegates
- WebSocketServer.MessageReceivedEventhandler
 Describes the method that will handle the event that's fired when a message that has been subscribed to has been received.
- WebSocketServer.WebSocketClosedEventhandler
 Describes the method that will handle the event that's fired when the WebSocket is closed.
- WebSocketServer.WebSocketOpenedEventhandler
 Describes the method that will handle the event that's fired when the WebSocket is opened.