Discuss this help topic in SecureBlackbox Forum

TElRemotePortForwardSSHTunnel.ToPort

TElRemotePortForwardSSHTunnel     See also     


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


This property specifies the port on remote host where the data should be forwarded to

Declaration

[C#]
    int ToPort;

[VB.NET]
    Property ToPort As Integer

[Pascal]
    property ToPort : integer;

[C++]
    int32_t get_ToPort();
    void set_ToPort(int32_t Value);

[PHP]
    integer get_ToPort()
    void set_ToPort(integer $Value)

[Java]
    int getToPort();
    void setToPort(int Value);

Description

     This property should specify the port on remote host where the data would be forwarded to 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 port number, and even write data to file instead of forwarding it to the specified host and port. This property must be assigned only by internal requirements of SSH protocol.

See also:     Port     ToHost    

Discuss this help topic in SecureBlackbox Forum