Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.DestPort

TElSSHCustomForwarding     See also     


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


This property 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:     DestHost    

Discuss this help topic in SecureBlackbox Forum