Interface | Description |
---|---|
DnsClient |
Provides a way to asynchronously lookup information from DNS servers.
|
MxRecord |
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
|
SrvRecord |
Represent a Service-Record (SRV) which was resolved for a domain.
|
Enum | Description |
---|---|
DnsResponseCode |
Represents the possible response codes a server may send after receiving a
query.
|
Exception | Description |
---|---|
DnsException |
Exception which is used to notify the
AsyncResult
if the DNS query returns a DnsResponseCode which indicates and error. |
Copyright © 2015. All Rights Reserved.