Discuss this help topic in SecureBlackbox Forum

TElSSHClient.Close

TElSSHClient     See also     


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


This method closes the SSH connection

Declaration

[C#/Java]
    void Close();

[VB.NET]
    Sub Close()

[Pascal]
    procedure Close;

[C++]
    void Close(bool Forced);

[PHP]
    void Close(bool $Forced)

Parameters

  • Forced - ...

Description

    Call this method to close the SSH connection. All active tunnels will also be closed. After calling this method no more data should be sent through tunnels.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum