C# Class WebSocketSharp.Net.WebSockets.WebSocketContext

Exposes the properties used to access the information in a WebSocket connection request.
The WebSocketContext class is an abstract class.
Mostrar archivo Open project: uken/websocket-sharp Class Usage Examples

Protected Methods

Method Description
WebSocketContext ( ) : System

Initializes a new instance of the WebSocketContext class.

Method Details

WebSocketContext() protected method

Initializes a new instance of the WebSocketContext class.
protected WebSocketContext ( ) : System
return System