Click or drag to resize
IRebroadcastServerOnline Property
Gets or sets a flag indicating that the server is online.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool Online { get; set; }

Property Value

Type: Boolean
Remarks
Setting this to false does not disconnect the clients attached to the Connector, it just stops sending bytes to them. To disconnect the clients you need to dispose of the provider and create a new one after you go offline.
See Also