Domain Detective

API Reference

Class

DnsComparisonEntry

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Entry describing a DNS server along with its country and location.

Inheritance

  • Object
  • DnsComparisonEntry

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 DnsComparisonEntry() #

Properties

public String IPAddress { get; set; } #

IP address of the server.

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

Country of the server.

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

Location of the server.

{{ include "footer" }}