Name | Description | |
---|---|---|
DnsManager Constructor | Initializes a new instance of the DnsManager class. |
The following tables list the members exposed by DnsManager.
Name | Description | |
---|---|---|
DnsManager Constructor | Initializes a new instance of the DnsManager class. |
Name | Description | |
---|---|---|
GeoResolver | Gets or sets the geographic resolver if registered. |
Name | Description | |
---|---|---|
DisableLogging | Disables the logging using ILogger. | |
GetDnsAddress | Gets the IP addresses of your DNS Server(s) . | |
GetDnsServerNames | Gets the DNS server names that you are using. | |
GetHostEntry | Overloaded. Get host entry of possible like the Dns class in the framework only really fast | |
GetReverseDNS | Overloaded. Resolve the DNS name of a domain or ip address | |
Query | Overloaded. Gets the host entry. | |
Resolve | ||
TryGetHostEntry | Overloaded. Tries the get host entry. | |
TryQueryHostEntry | Queries the host entry and validates if it can be found. | |
WhoOwnsThis | Overloaded. returns the responsible organization that owns the IP address. | |
WhoOwnsThisAsync | Overloaded. This finds-out who owns this DNS HostName (ISP), it's a WHOIS for DNS Names only and returns limited data like the company and contact details of the ISP. |
Name | Description | |
---|---|---|
TryParse<T,TSender> | implements parsing to cast a type from string to a type |