| IRebroadcastServer Interface |
Namespace: VirtualRadar.Interface.Network
The IRebroadcastServer type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectionEstablished |
Gets a value indicating that the server is online and something is connected to it.
| |
| Connector |
Gets or sets the object that establishes the connection for us.
| |
| Feed |
Gets or sets the feed to take messages and bytes from.
| |
| Format |
Gets or sets the format that the server is going to send information in.
| |
| Name |
Gets or sets the name of the rebroadcast server.
| |
| Online |
Gets or sets a flag indicating that the server is online.
| |
| SendIntervalMilliseconds |
Gets or sets the interval at which aircraft lists are rebroadcast.
| |
| UniqueId |
Gets or sets the unique ID of the rebroadcast server.
|
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetConnections |
Returns a list of every connection to the rebroadcast server.
| |
| Initialise |
Initialises the listener and provider. After this has been called no changes should be made to any
properties other than Online.
|
| Name | Description | |
|---|---|---|
| ExceptionCaught |
Raised when an exception is caught on the background thread. The background thread should not
pass ThreadAbortException through this.
(Inherited from IBackgroundThreadExceptionCatcher.) | |
| OnlineChanged |
Raised when Online changes.
|