Connections Property
A collection of currently connected WebSocket clients.
Syntax
property Connections: TipeWebSocketConnectionList read get_Connections;
Remarks
This property contains a collection of currently connected clients. All of the connections may be managed using this property. Each connection is described by the different fields of the WebSocketConnection type.
This collection is a hashtable type of collection, in which the Connection ID string is used as the key to the desired connection. You may acquire the key for a given connection through the Connected or WebSocketOpenRequest events.
This property is read-only.