Click or drag to resize
BaseStationSettingsIgnoreBadMessages Property
Gets or sets a value indicating that badly formatted messages on the feed should be ignored rather than triggering a disconnection from the feed.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IgnoreBadMessages { get; set; }

Property Value

Type: Boolean
Remarks
This has been retired - the program sets this to true and the configuration loader is expected to force it to true on load. Bad messages will no longer disconnect the listener.
See Also