C-DEngine 5.105

WebSocketBehavior..::..ID Property

Gets the unique ID of a session.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string ID { get; }
Public ReadOnly Property ID As String
	Get
public:
property String^ ID {
	String^ get ();
}

Field Value

A String that represents the unique ID of the session, or nullNothingnullptra null reference (Nothing in Visual Basic) if the WebSocket connection isn't established.