Discuss this help topic in SecureBlackbox Forum

TElRemotePortForwardSSHTunnel.Close

TElRemotePortForwardSSHTunnel     See also     


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


This method cancels forwarding of the remote port that was requested before.

Declaration

[C#]
    void Close();

[VB.NET]
    Sub Close()

[Pascal]
    procedure Close;

[C++]
    void Close();

[PHP]
    void Close()

[Java]
    void close();

Description

    Use this method to cancel forwarding of the remote port that was requested before. After this method is called, the server closes the corresponding port and does not accept new connections to it.

See also:     Constructor    

Discuss this help topic in SecureBlackbox Forum