Click or drag to resize

WebSocketSessionManagerSessions Property

Gets the session instances 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<IWebSocketSession> Sessions { get; }

Property Value

Type: IEnumerableIWebSocketSession

An IEnumerable<IWebSocketSession> instance.

It provides an enumerator which supports the iteration over the collection of the session instances.

See Also