Discuss this help topic in SecureBlackbox Forum

TElLocalPortForwardSSHTunnel.ToHost

TElLocalPortForwardSSHTunnel     See also     


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


This property specifies the host where the data should be forwarded to

Declaration

[C#]
    string ToHost;

[VB.NET]
    Property ToHost As String

[Pascal]
    property ToHost : string;

[C++]
    void get_ToHost(std::string &OutResult);
    void set_ToHost(const std::string &Value);

[PHP]
    string get_ToHost()
    void set_ToHost(string $Value)

[Java]
    String getToHost();
    void setToHost(String AValue);

Description

    This property specifies host where remote SSH server should forward data to.

See also:     Port     ToPort    

Discuss this help topic in SecureBlackbox Forum