SSHStatus Event
Shows the progress of the secure connection.
Syntax
typedef void __fastcall (__closure *TiphPSClientSSHStatusEvent)(System::TObject* Sender, TiphPSClientSSHStatusEventParams *e);__property TiphPSClientSSHStatusEvent OnSSHStatus = {read=FOnSSHStatus, write=FOnSSHStatus};
typedef struct {
String Message;
} TiphPSClientSSHStatusEventParams;
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.