Click or drag to resize

Server Properties

The Server type exposes the following members.

Properties
  NameDescription
Public propertyConnections
All connected clients
Public propertyControllerFactory
Storage/factory for all controllers
Public propertyEndpoints
All configured endpoints IBaseEndpoint
Public propertyFramework
Returns the framework version that the server is running on NET46, NETSTANDARD1.6 etc
Public propertyId
Generated at the creation of the server object. New id for every instance
Public propertyOnStarted
Event that will fire when the server is started
Public propertyOnStopped
Event that will fire when the server is stopped
Public propertyProtocolVersions
The enabled ProtocolVersions
Public propertyRunning
Current state of the server
Public propertyStarted
The datetime (as a string) when the server was started
Public propertyStatistics
Statistics for the server IServerStatistics
Public propertyVersion
Returns the assembly version for the server
Top
See Also