Discuss this help topic in SecureBlackbox Forum
This property specifies the local port, on which connections are accepted.
Declaration
Description
Set this property accordingly
to local port number where you want to accept connections.
When new TCP connection is accepted, call the
Open
method.
Note, that neither
TElLocalPortForwardSSHTunnel nor
TElSSHClient deal with TCP ports directly. So, any of these classes won't open the specified port - it is your task to open and manage ports. This means, that you may listen in fact on port with number X and set this property to Y.