Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingIntercept.SocketOpen

TElSSHForwardingIntercept     See also     


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


Opens an SSH socket connection.

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Conn - forwarded SSH connection

Description

    Call this method to open a new SSH socket connection.

See also:     SocketClose    

Discuss this help topic in SecureBlackbox Forum