NTP Analyzer
0.8.2
Analyze the operation of time servers
|
Build a HTML status page showing the state of a hosted NTP server. More...
Public Member Functions | |
DefaultHostPageBuilder (HostPageConfiguration config, IEnumerable< StatusLine > lines) | |
Initializes a new instance of the Ntp.Analyzer.Page.DefaultHostPageBuilder class. More... | |
override Stream | Generate () |
Public Attributes | |
override IEnumerable< StreamDestination > | Destinations => config.Destinations.Destinations |
Private Attributes | |
readonly HostPageConfiguration | config |
readonly List< StatusLine > | lines |
Additional Inherited Members | |
Protected Member Functions inherited from Ntp.Analyzer.Page.PageBuilderBase | |
Stream | ToStream (string text) |
Properties inherited from Ntp.Analyzer.Page.PageBuilderBase | |
abstract IEnumerable< StreamDestination > | Destinations [get] |
Properties inherited from Ntp.Analyzer.Export.IStreamGenerator | |
IEnumerable< StreamDestination > | Destinations [get] |
Build a HTML status page showing the state of a hosted NTP server.
Definition at line 37 of file DefaultHostPageBuilder.cs.
|
inline |
Initializes a new instance of the Ntp.Analyzer.Page.DefaultHostPageBuilder class.
config | Config. |
lines | Lines. |
Definition at line 44 of file DefaultHostPageBuilder.cs.
|
inlinevirtual |
Implements Ntp.Analyzer.Page.PageBuilderBase.
Definition at line 57 of file DefaultHostPageBuilder.cs.
References Ntp.Analyzer.Data.DataFace.Hosts, Ntp.Analyzer.Data.DataFace.Instance, and Ntp.Analyzer.Objects.Host.Ip.
|
private |
Definition at line 52 of file DefaultHostPageBuilder.cs.
override IEnumerable<StreamDestination> Ntp.Analyzer.Page.DefaultHostPageBuilder.Destinations => config.Destinations.Destinations |
Definition at line 55 of file DefaultHostPageBuilder.cs.
|
private |
Definition at line 53 of file DefaultHostPageBuilder.cs.