Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.TunnelCount

TElSSHCustomForwarding     See also     


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


Specifies the number of tunnels used for SSH forwarding.

Declaration

[C#]
    int TunnelCount;

[VB.NET]
    Property TunnelCount As Integer

[Pascal]
    property TunnelCount : integer;

[C++]
    int32_t get_TunnelCount();

[PHP]
    integer get_TunnelCount()

[Java]
    int getTunnelCount();

Description

    Use this property to get the number of SSH forwarding tunnels in the list.

See also:     Tunnels     AddTunnel     RemoveTunnel     ClearTunnels    

Discuss this help topic in SecureBlackbox Forum