NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Monitor.Client.Request Class Reference
Inheritance diagram for Ntp.Analyzer.Monitor.Client.Request:

Public Member Functions

override string ToString ()
 

Protected Member Functions

 Request (IPAddress ip, int port)
 
 Request (IPEndPoint server)
 

Properties

IPEndPoint Server [get]
 

Detailed Description

Definition at line 26 of file Request.cs.

Constructor & Destructor Documentation

Ntp.Analyzer.Monitor.Client.Request.Request ( IPAddress  ip,
int  port 
)
inlineprotected

Definition at line 28 of file Request.cs.

29  {
30  Server = new IPEndPoint(ip, port);
31  }
Ntp.Analyzer.Monitor.Client.Request.Request ( IPEndPoint  server)
inlineprotected

Definition at line 33 of file Request.cs.

34  {
35  Server = server;
36  }

Member Function Documentation

override string Ntp.Analyzer.Monitor.Client.Request.ToString ( )
inline

Definition at line 40 of file Request.cs.

41  {
42  return $"{Server.Address}:{Server.Port}";
43  }

Property Documentation

IPEndPoint Ntp.Analyzer.Monitor.Client.Request.Server
getprotected

Definition at line 38 of file Request.cs.


The documentation for this class was generated from the following file: