Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.RemoveTunnel

TElSSHCustomForwarding     See also     


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


This method removes the desired SSH forwarding tunnel from the list.

Declaration

[C#]
    void RemoveTunnel(int Index);

[VB.NET]
    Sub RemoveTunnel(ByVal Index As Integer)

[Pascal]
    procedure RemoveTunnel(Index : integer);

[C++]
    void RemoveTunnel(int32_t Index);

[PHP]
    void RemoveTunnel(integer $Index)

[Java]
    void removeTunnel(int Index);

Parameters

  • Index - index of the tunnel to be removed.

Description

    Call this method to remove the desired SSH forwarding tunnel from the Tunnels list.

See also:     Tunnels     AddTunnel     ClearTunnels    

Discuss this help topic in SecureBlackbox Forum