Gets and sets the port number for a local listening socket.
Syntax
object.LocalPort [= port ]
Remarks
The LocalPort property is used to set the port number
that a local server will listen on for connections. If the port
number specifies a well-known port, the LocalService
property will be updated with that name.
Data Type
Integer
See Also
LocalService Property, PeerPort Property, RemotePort Property, ReservedPort Property, Listen Method
|