Discuss this help topic in SecureBlackbox Forum

TElCustomSSHTunnel.ConnectionCount

TElCustomSSHTunnel     See also     


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


This property returns the number of logical connections for this tunnel

Declaration

[C#]
    int ConnectionCount;

[VB.NET]
    Property ConnectionCount As Integer

[Pascal]
    property ConnectionCount : integer;

[C++]
    int32_t get_ConnectionCount();

[PHP]
    integer get_ConnectionCount()

[Java]
    int getConnectionCount();

Description

    This property returns the number of currently active connections for this tunnel.

See also:     Connections    

Discuss this help topic in SecureBlackbox Forum