Click or drag to resize

WebSocketServiceManagerSessionCount Property

Note: This API is now obsolete.

Gets the total number of the sessions in the WebSocket services.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
[ObsoleteAttribute("This property will be removed.")]
public int SessionCount { get; }

Property Value

Type: Int32
An Int32 that represents the total number of the sessions in the services.
See Also