Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingIntercept.SocketClose

TElSSHForwardingIntercept     See also     


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


Closes the SSH socket connection.

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Conn - forwarded SSH connection

Description

    Call this method to close the socket connection.

See also:     SocketOpen    

Discuss this help topic in SecureBlackbox Forum