Discuss this help topic in SecureBlackbox Forum
This property specifies the port on the remote host to connect to.
Declaration
[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
Discuss this help topic in SecureBlackbox Forum