Click or drag to resize

IWebSocketSessionConnectionState Property

Gets the current state of the WebSocket connection for the session.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
WebSocketState ConnectionState { get; }

Property Value

Type: WebSocketState

One of the WebSocketState enum values.

It indicates the current state of the connection.

See Also