Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingIntercept.ChannelClose

TElSSHForwardingIntercept     See also     


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


Closes the SSH channel.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure ChannelClose(Conn : TElSSHForwardedConnection); virtual;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Conn - forwarded SSH connection

Description

    Call this method to close the SSH channel.

See also:     ChannelOpen    

Discuss this help topic in SecureBlackbox Forum