Click or drag to resize

WebSocketSessionManagerActiveIDs Property

Gets the IDs for the active sessions in the WebSocket service.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public IEnumerable<string> ActiveIDs { get; }

Property Value

Type: IEnumerableString

An IEnumerable<string> instance.

It provides an enumerator which supports the iteration over the collection of the IDs for the active sessions.

See Also