property ConnectionId: string;
Description
The ConnectionId property gets the current ID of the connection. ConnectionId will be cleared when the connection is stopped and will have a new value every time the connection is (re)established.
This value will be empty if the negotiation step is skipped via TScHttpConnectionOptions.SkipNegotiation.
See Also