Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingIntercept.WriteToChannel

TElSSHForwardingIntercept     See also     


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


Writes data to the SSH channel.

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Conn - forwarded SSH connection
  • Buffer - buffer with data to be sent
  • Size - size of the Buffer in bytes
  • StartIndex - index of the byte from which the data to be written starts in Buffer

Description

    Call this method to send a block of data to the SSH channel.

See also:     SocketRead    

Discuss this help topic in SecureBlackbox Forum