Discuss this help topic in SecureBlackbox Forum

TElLocalPortForwardSSHTunnel.ToPort

TElLocalPortForwardSSHTunnel     See also     


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


This property specifies the port on remote host where 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 specifies the port on remote host where data should be forwarded to.

     Note,  that this port number is not fictitious, as the port number, specified by Port property.

See also:     Port     ToHost    

Discuss this help topic in SecureBlackbox Forum