The WebSocketSharp.Net.WebSockets namespace provides access to the WebSocket connection request objects sent from the client to the server.
Type | Description |
---|---|
HttpListenerWebSocketContext | Provides access to the WebSocket connection request objects received by the WebSocketSharp.Net.HttpListener class. |
TcpListenerWebSocketContext | Provides access to the WebSocket connection request objects received by the System.Net.Sockets.TcpListener class. |
WebSocketContext | Provides access to the WebSocket connection request objects. |