Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.BoundPort

TElSSHCustomForwarding     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();

[PHP]
    integer get_BoundPort()

[Java]
    int getBoundPort();

Description

    Use this read-only 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:     ForwardedPort    

Discuss this help topic in SecureBlackbox Forum