Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.ClearTunnels

TElSSHCustomForwarding     See also     


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


This method clears the SSH forwarding tunnels list

Declaration

[C#]
    void ClearTunnels();

[VB.NET]
    Sub ClearTunnels()

[Pascal]
    procedure ClearTunnels;

[C++]
    void ClearTunnels();

[PHP]
    void ClearTunnels()

[Java]
    void clearTunnels();

Description

    Call this method delete all SSH forwarding tunnels from the Tunnels list.

See also:     Tunnels     AddTunnel     RemoveTunnel    

Discuss this help topic in SecureBlackbox Forum