Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingTunnel.ForwardedHost

TElSSHForwardingTunnel     See also     


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


This property specifies the address on which to listen to connections.

Declaration

[C#]
    string ForwardedHost;

[VB.NET]
    Property ForwardedHost As String

[Pascal]
    property ForwardedHost : string;

[C++]
    void get_ForwardedHost(std::string &OutResult);
    void set_ForwardedHost(const std::string &Value);

[PHP]
    string get_ForwardedHost()
    void set_ForwardedHost(string $Value)

[Java]
    String getForwardedHost();
    void setForwardedHost(String Value);

Description

    This property specifies the network interface which will be used to listen for incoming connections. Leave this property empty to make the component listen on all available network interfaces.

See also:     DestHost     ForwardedPort     UseDefaultBindAddress    

Discuss this help topic in SecureBlackbox Forum