Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.DestHost

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

[PHP]
    string get_DestHost()

[Java]
    String getDestHost();

Description

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

See also:     DestPort    

Discuss this help topic in SecureBlackbox Forum