Click or drag to resize

WebSocketServiceHostSessions Property

Gets the management function for the sessions in the service.

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

Property Value

Type: WebSocketSessionManager
A WebSocketSessionManager that manages the sessions in the service.
See Also