Click or drag to resize
Server Properties

The Server type exposes the following members.

Properties
  NameDescription
Public propertyPorts
Ports on which the server will listen once started. Register a port with this server by adding its definition to this collection.
Public propertyServices
Services that will be exported by the server once started. Register a service with this server by adding its definition to this collection.
Public propertyShutdownTask
To allow awaiting termination of the server.
Top
See Also