Description Holds local TCP port where
TCPHandler listens.
Property type
A Long value.
Syntax
object.LocalTCPPort [= value]
The LocalTCPPort Property syntax has these parts:
|
object | An expression evaluating to an object of type TCPHandler. | value | A 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.
|