Discuss this help topic in SecureBlackbox Forum

TElRemotePortForwardSSHTunnel.ToHost

TElRemotePortForwardSSHTunnel     See also     


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


This property specifies the host to which the client will forward the data after receiving it from secure channel

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 should specify the host where data would be forwarded after receiving through secure channel from the server.

     Note,  that this property is a fiction in some sense. Neither TElRemotePortForwardSSHTunnel nor TElSSHClient don't deal with TCP ports. You may specify the nonvalid, non-existing host name, and even write data to file instead of forwarding it to the specified host. This property must be assigned only by internal requirements of SSH protocol.

See also:     Port     ToPort    

Discuss this help topic in SecureBlackbox Forum