Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.AddTunnel

TElSSHCustomForwarding     See also     


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


This method adds a new SSH forwarding tunnel to the list.

Declaration

[C#]
    int AddTunnel();

[VB.NET]
    Function AddTunnel() As Integer

[Pascal]
    function AddTunnel : integer;

[C++]
    int32_t AddTunnel();

[PHP]
    integer AddTunnel()

[Java]
    int addTunnel();

Return value

    Index of the newly added item in the list.

Description

    Call this method to add a new SSH forwarding tunnel to the Tunnels list.

See also:     Tunnels     ClearTunnels     RemoveTunnel    

Discuss this help topic in SecureBlackbox Forum