API Reference
Class
PublicDnsEntry
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.
Returned or exposed by
Accepted by parameters
Constructors
public PublicDnsEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.