Discuss this help topic in SecureBlackbox Forum

TElCustomSSHTunnel.Connections

TElCustomSSHTunnel     See also     


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


This property contains a list of active logical connections

Declaration

[C#]
    TElSSHTunnelConnection Connections[int Index];

[VB.NET]
    Property Connections(ByVal Index As Integer) As TElSSHTunnelConnection

[Pascal]
    property Connections [Index : integer] : TElSSHTunnelConnection;

[C++]
    TElSSHTunnelConnection* get_Connections(int32_t Index);

[PHP]
    TElSSHTunnelConnection get_Connections(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the connection in the list.

Description

    This property contains a list of active logical connections. As soon as the logical connection is closed it is removed from the list. Refer to ConnectionCount property to obtain the number of connections in the list.

See also:     ConnectionCount    

Discuss this help topic in SecureBlackbox Forum