SSHChannelData Event
Fired when the SSHHost sends channel data to the client.
Syntax
typedef void __fastcall (__closure *TiphSSHClientSSHChannelDataEvent)(System::TObject* Sender, TiphSSHClientSSHChannelDataEventParams *e);__property TiphSSHClientSSHChannelDataEvent OnSSHChannelData = {read=FOnSSHChannelData, write=FOnSSHChannelData};
typedef struct {
String ChannelId;
String ChannelData;
} TiphSSHClientSSHChannelDataEventParams;
Remarks
The SSHChannelData event will fire as data is received for the given ChannelId. ChannelData will contain the decrypted contents of the SSH packet.