Discuss this help topic in SecureBlackbox Forum

TElSSHRemotePortForwarding.UseProxySettingsForForwardedConnections

TElSSHRemotePortForwarding     See also     


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


Specifies whether proxy settings should be used for outgoing connections.

Declaration

[C#]
    bool UseProxySettingsForForwardedConnections;

[VB.NET]
    Property UseProxySettingsForForwardedConnections As Boolean

[Pascal]
    property UseProxySettingsForForwardedConnections: Boolean;

[C++]
    bool get_UseProxySettingsForForwardedConnections();
    void set_UseProxySettingsForForwardedConnections(bool Value);

[PHP]
    bool get_UseProxySettingsForForwardedConnections()
    void set_UseProxySettingsForForwardedConnections(bool $Value)

[Java]
    boolean getUseProxySettingsForForwardedConnections();
    void setUseProxySettingsForForwardedConnections(boolean Value);

Description

    This property specifies whether the proxy settings should be used not just for connecting to the SSH server, but also for connections, created to DestHost:DestPort in order to forward the incoming logical connection.

See also:     UseSocks     UseWebTunneling    

Discuss this help topic in SecureBlackbox Forum