Click or drag to resize

IWebSocketSessionID Property

Gets the unique ID of the session.

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

Property Value

Type: String
A String that represents the unique ID of the session.
See Also