Discuss this help topic in SecureBlackbox Forum

TElRemotePortForwardSSHTunnel.BoundPort

TElRemotePortForwardSSHTunnel     See also     


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


Specifies the port number allocated for connection forwarding.

Declaration

[C#]
    int BoundPort;

[VB.NET]
    Property BoundPort As Integer

[Pascal]
    property BoundPort: Integer;

[C++]
    int32_t get_BoundPort();
    void set_BoundPort(int32_t Value);

[PHP]
    integer get_BoundPort()
    void set_BoundPort(integer $Value)

[Java]
    int getBoundPort();
    void setBoundPort(int Value);

Description

    Use this property to get the number of the port that was automatically allocated for connection forwarding. This property should be checked after SSH forwarding has been established.

See also:     Port    

Discuss this help topic in SecureBlackbox Forum