WebSocketSessionManagerSessions Property |
Namespace: Sfs2X.WebSocketSharp.Server
public IEnumerable<IWebSocketSession> Sessions { get; }
An IEnumerable<IWebSocketSession> instance.
It provides an enumerator which supports the iteration over the collection of the session instances.