Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingIntercept.ChannelRead

TElSSHForwardingIntercept     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Reads data from the SSH channel.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure ChannelRead(Conn : TElSSHForwardedConnection; Buffer : pointer; Size : integer); virtual;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Conn - forwarded SSH connection
  • Buffer - buffer into which the data is read
  • Size - size of the Buffer in bytes

Description

    Call this method to read a block of data from the channel.

See also:     WriteToSocket    

Discuss this help topic in SecureBlackbox Forum