Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.DestHost

TElSSHCustomForwarding     See also     


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


This property specifies address of the remote host to connect to.

Declaration

[C#]
    string DestHost;

[VB.NET]
    Property DestHost As String

[Pascal]
    property DestHost: string;

[C++]
    void get_DestHost(std::string &OutResult);
    void set_DestHost(const std::string &Value);

[PHP]
    string get_DestHost()
    void set_DestHost(string $Value)

[Java]
    String getDestHost();
    void setDestHost(String Value);

Description

    Set this property to the address to which the port forwarder will connect as a client in order to send/receive the data being tunneled

See also:     DestPort    

Discuss this help topic in SecureBlackbox Forum