Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingTunnel.BoundPort

TElSSHForwardingTunnel     See also     


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


Specifies the port which the tunnel is bound to.

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 tunnel's bound port.

See also:     ForwardedPort     DestPort    

Discuss this help topic in SecureBlackbox Forum