SSHStatus Event
Shows the progress of the secure connection.
Syntax
type TSSHStatusEvent = procedure SSHStatus(Sender: TObject; const Message: String) of object;property OnSSHStatus: TSSHStatusEvent read FOnSSHStatus write FOnSSHStatus;
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.