Discuss this help topic in SecureBlackbox Forum

TElCustomSSHTunnel.TunnelList

TElCustomSSHTunnel     See also     


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


This property specifies TunnelList via which Tunnel connects to SSH-server.

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]
    TElSSHTunnelList getTunnelList();
    void setTunnelList(TElSSHTunnelList Value);

Description

    This property specifies TunnelList via which Tunnel connects to SSH-server.

See also:     ConnectionCount     Connections    

Discuss this help topic in SecureBlackbox Forum