Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.ForwardedHost

TElSSHForwardedConnection     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);

[PHP]
    string get_ForwardedHost()

[Java]
    String getForwardedHost();

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:     ForwardedPort    

Discuss this help topic in SecureBlackbox Forum