Domain Detective

API Reference

Class

NtpResult

Namespace DomainDetective.NtpAnalysis
Assembly DomainDetective

Result of an NTP query.

Inheritance

  • Object
  • NtpResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public NtpResult() #

Properties

public Boolean Success { get; set; } #

True when a valid reply was received.

public TimeSpan Offset { get; set; } #

Clock offset between server and local time.

public Byte Stratum { get; set; } #

Server stratum value.

{{ include "footer" }}