Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingTunnel.DestPort

TElSSHForwardingTunnel     See also     


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


Specifies the port on the remote host to connect to.

Declaration

[C#]
    int DestPort;

[VB.NET]
    Property DestPort As Integer

[Pascal]
    property DestPort : integer;

[C++]
    int32_t get_DestPort();
    void set_DestPort(int32_t Value);

[PHP]
    integer get_DestPort()
    void set_DestPort(integer $Value)

[Java]
    int getDestPort();
    void setDestPort(int Value);

Description

    Set this property to the port to which the port forwarder will connect as a client in order to send/receive the data being tunneled.

See also:     BoundPort     ForwardedPort     DestHost    

Discuss this help topic in SecureBlackbox Forum