Discuss this help topic in SecureBlackbox Forum

TElClientIndySSHIOHandlerSocket.TunnelType

TElClientIndySSHIOHandlerSocket     See also     


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


Specifies tunnel type.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property TunnelType : TSSHTunnelType;
    TSSHTunnelType = (ttLocalPortToRemoteAddress, ttRemotePortToLocalAddress, ttX11, ttAuthenticationAgent, ttSubsystem, ttCommand, ttShell);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Values

Description

    Use this property to specify the type of the tunnel.

See also:     OwnTunnel     Tunnel     Transport    

Discuss this help topic in SecureBlackbox Forum