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