Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingTunnel.UseDefaultBindAddress

TElSSHForwardingTunnel     See also     


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


Specifies if the server should bind the listening port to all available network interfaces.

Declaration

[C#]
    bool UseDefaultBindAddress;

[VB.NET]
    Property UseDefaultBindAddress As Boolean

[Pascal]
    property UseDefaultBindAddress : boolean;

[C++]
    bool get_UseDefaultBindAddress();
    void set_UseDefaultBindAddress(bool Value);

[PHP]
    bool get_UseDefaultBindAddress()
    void set_UseDefaultBindAddress(bool $Value)

[Java]
    boolean getUseDefaultBindAddress();
    void setUseDefaultBindAddress(boolean Value);

Description

    This property specifies specifies if the server should bind the listening port to all available network interfaces. Set this property to False to make the value of ForwardedHost property being used instead.
    Default value is True.

See also:     ForwardedHost    

Discuss this help topic in SecureBlackbox Forum