Domain Detective

API Reference

Enum

NtpServer

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines values for ntp server.

Inheritance

  • Enum
  • NtpServer

Usage

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

Accepted by parameters

Values

public const NtpServer Pool #
NtpHost("pool.ntp.org")

Pool.ntp.org service.

Value: 0
public const NtpServer Google #
NtpHost("time.google.com")

Google public NTP.

Value: 1
public const NtpServer Cloudflare #
NtpHost("time.cloudflare.com")

Cloudflare public NTP.

Value: 2
public const NtpServer Nist #
NtpHost("time.nist.gov")

NIST time service.

Value: 3
public const NtpServer Windows #
NtpHost("time.windows.com")

Windows time service.

Value: 4

Extension Methods

public static String ToHost(NtpServer server) #
Returns: String

Gets the host name for the server.

Parameters

server DomainDetective.NtpServer requiredposition: 0
{{ include "footer" }}