Interface | Description |
---|---|
DnsClient |
Provides a way to asynchronous lookup informations 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. |