Discuss this help topic in SecureBlackbox Forum

TElSSHClient.TunnelList

TElSSHClient     See also     


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


This property contains the reference to the instance of TElSSHTunnelList class

Declaration

[C#]
    TElSSHTunnelList TunnelList;

[VB.NET]
    Property TunnelList As TElSSHTunnelList

[Pascal]
    property TunnelList : TElSSHTunnelList;

[C++]
    TElSSHTunnelList* get_TunnelList();
    void set_TunnelList(TElSSHTunnelList &Value);
    void set_TunnelList(TElSSHTunnelList *Value);

[PHP]
    TElSSHTunnelList get_TunnelList()
    void set_TunnelList(TElSSHTunnelList $Value)

[Java]
    not available

Description

    Set this property before calling the Open method. This property should contain the instance of TElSSHTunnelList class. The required tunnels must be added to this class before opening the SSH connection. During negotiation process SSH client will try to establish a logical connection for each tunnel from TunnelList.

See also:     TElSSHTunnelList    

Discuss this help topic in SecureBlackbox Forum