type

 TScClientError = procedure(Sender: TObject; ClientInfo: TScSSHClientInfo; E: Exception) of object;

 

property OnClientError: TScClientError;

 

Description

The OnClientError event occurs on errors that arise in an SSH client thread.

The event handler is called in the thread in which the Exception arose.

 

Parameters:

Sender - the object whose event handler is called;
ClientInfo - holds the information about the current connection;
E - the object that describes the exception.

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support