LocalTCPPort Property
      
 

Description

Holds local TCP port where TCPHandler listens.

Property type

A Long value.  

Syntax

object.LocalTCPPort [= value]

The LocalTCPPort Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type TCPHandler.
valueA Long value.

Remarks

This property holds local TCP port value where TCPHandler listens for incoming connection, and where remote peer can connect. You can set it to predefined value, or you can leave it at 0 in which case new port is automaticaly allocated when Listen method is called.