Domain Detective

API Reference

Class

PublicDnsEntry

Namespace DomainDetective
Assembly DomainDetective

Represents a public DNS server used for propagation checks.

Inheritance

  • Object
  • PublicDnsEntry

Usage

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

Accepted by parameters

Constructors

Properties

public Nullable<CountryId> Country { get; set; } #

Gets the country of the DNS server.

public IPAddress IPAddress { get; set; } #

Gets the IP address of the DNS server.

public String HostName { get; set; } #

Gets the host name of the DNS server.

public Nullable<LocationId> Location { get; set; } #

Gets the location description.

public String ASN { get; set; } #

Gets the ASN of the DNS server.

public String ASNName { get; set; } #

Gets the ASN name of the DNS server.

public Boolean Enabled { get; set; } #

Gets a value indicating whether the server is enabled.

{{ include "footer" }}