IP*Works! SSH V9 - Online Help
IP*Works! SSH V9
Questions / Feedback?

SSHChannelData Event

Fired when the SSHHost sends channel data to the client.

Syntax

type TSSHChannelDataEvent = procedure SSHChannelData(Sender: TObject; const ChannelId: String; ChannelData: String) of object;
property OnSSHChannelData: TSSHChannelDataEvent read FOnSSHChannelData write FOnSSHChannelData;

Remarks

The SSHChannelData event will fire as data is received for the given ChannelId. ChannelData will contain the decrypted contents of the SSH packet.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0