Discuss this help topic in SecureBlackbox Forum

TElSSHRemotePortForwarding.UseDefaultBindAddress

TElSSHRemotePortForwarding     


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.
    Default value is True.

Discuss this help topic in SecureBlackbox Forum