Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.Tunnels

TElSSHCustomForwarding     See also     


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


Containes a list of tunnels used for forwarding SSH connection.

Declaration

[C#]
    TElSSHForwardingTunnel Tunnels[int Index];

[VB.NET]
    Property Tunnels(ByVal Index As Integer) As TElSSHForwardingTunnel

[Pascal]
    property Tunnels[Index : integer]: TElSSHForwardingTunnel;

[C++]
    TElSSHForwardingTunnel* get_Tunnels(int32_t Index);

[PHP]
    TElSSHForwardingTunnel get_Tunnels(integer $Index)

[Java]
    TElSSHForwardingTunnel getTunnels(int Index);

Parameters

  • Index - index of the desired item in the list. The first item has Index=0, the second has Index=1, etc.

Description

    Use this property to retrieve the desired SSH forwarding tunnel from the list.

See also:     TunnelCount     AddTunnel     RemoveTunnel     ClearTunnels    

Discuss this help topic in SecureBlackbox Forum