Click or drag to resize

IServer Properties

The IServer type exposes the following members.

Properties
  NameDescription
Public propertyConnections
All current connections/clients
Public propertyControllerFactory
For getting controller information
Public propertyEndpoints
All endpoints for the server
Public propertyFramework
The framwork that the server is running on .NET452, .NETSTANDARD_1_6 etc
Public propertyId
Server Id
Public propertyOnStarted
Event fired when the server is started
Public propertyOnStopped
Event fired when the server is stopped
Public propertyProtocolVersions
The enabled ProtocolVersions in this IServer
Public propertyRunning
True as long as the server has been started and not stopped
Public propertyStatistics
Global stats for the server
Public propertyVersion
Version of CrosserTech server
Top
See Also