Discuss this help topic in SecureBlackbox Forum

TElSSHTunnelList.Tunnels

TElSSHTunnelList     See also     


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


This property gives access to the individual tunnels

Declaration

[C#]
    TElCustomSSHTunnel Tunnels[int Index];

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

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

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

[PHP]
    TElCustomSSHTunnel get_Tunnels(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the tunnel in the list.

Description

    Use this property to access individual tunnel objects stored in TElSSHTunnelList.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum