Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.Connections

TElSSHCustomForwarding     See also     


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


This property provides access to current connections

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - the index of the connection.

Description

    Use this property to access individual TElSSHForwardedConnection objects. Each object represents a currently active tunneled (forwarded) connection.

See also:     ConnectionCount    

Discuss this help topic in SecureBlackbox Forum