property ClientInfos[Index: Integer]: TScSSHClientInfo;
Description
The ClientInfos property represents information about clients, which are connected to the server at this time. The information about client is added to the list after successful connecting. It is deleted after connection closing.
The quantity of the clients can be found via the ClientInfoCount property.
See also