Gets and sets the name of a well-known local port.
Syntax
object.LocalService [= service ]
Remarks
The LocalService property is used to set the port that a
local server will listen on for connections. If the service name
does not exist, an error is generated. The LocalPort
property is updated to reflect the service’s port number.
Data Type
String
See Also
LocalPort Property, RemoteService Property, ReservedPort Property, Listen Method
|