Discuss this help topic in SecureBlackbox Forum

TElSSHPublicKeyClient.Tunnel

TElSSHPublicKeyClient     See also     


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


Specifies subsystem tunnel object via which the connection is to be established.

Declaration

[C#]
    TElSubsystemSSHTunnel Tunnel;

[VB.NET]
    Property Tunnel As TElSubsystemSSHTunnel

[Pascal]
    property Tunnel: TElSubsystemSSHTunnel;

[C++]
    TElSubsystemSSHTunnel* get_Tunnel();
    void set_Tunnel(TElSubsystemSSHTunnel &Value);
    void set_Tunnel(TElSubsystemSSHTunnel *Value);

[PHP]
    TElSubsystemSSHTunnel get_Tunnel()
    void set_Tunnel(TElSubsystemSSHTunnel $Value)

[Java]
    TElSubsystemSSHTunnel getTunnel();
    void setTunnel(TElSubsystemSSHTunnel Tunnel);

Parameters

  • Tunnel -

Description

    Use this property to specify subsystem tunnel.

See also:     Active     RemoteVersion     Subsystem     Version    

Discuss this help topic in SecureBlackbox Forum