Click or drag to resize

HttpListenerWebSocketContextWebSocket Property

Gets the WebSocket instance used for two-way communication between the client and server.

Namespace:  Sfs2X.WebSocketSharp.Net.WebSockets
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override WebSocket WebSocket { get; }

Property Value

Type: WebSocket
A WebSocket.
See Also