wodSSHTunnel ActiveX Control - LocalPort Property
      
 

Description

Holds the destination port on the local computer.


Property type

A Long value.  


Syntax

object.LocalPort [= value]



The LocalPort Property syntax has these parts:

Part Description
object An expression evaluating to an object of type Channel.
value A Long value.

Remarks

Together with the LocalAddress property, LocalPort defines where wodSSHTunnel will listen for incoming connections.

In fact, LocalPort has two purposes. First, when you define LocalListen in channel type, in which case wodSSHTunnel listens on this port and accepts new connections. Second, when you define RemoteListen in channel type, in which case wodSSHTunnel forwards remotely initiated connections to this port.