Click or drag to resize

WebSocketBehaviorID Property

Gets the unique ID of a session.

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

Property Value

Type: String

A String that represents the unique ID of the session.

if the session has not started yet.

Implements

IWebSocketSessionID
See Also