type
TScClientEvent = procedure(Sender: TObject; ClientInfo: TScSSHClientInfo) of object;
property AfterClientConnect: TScClientEvent;
Description
This event occurs after the connection with an SSH client is established.
Parameters:
| • | Sender - the SSH server to which the client connects; |
| • | ClientInfo - holds the information about the current state. |
See Also