Class containing static methods for various DNS client functions as well as supporting classes and enumerations.

The DnsClient..::.Response type exposes the following members.

Properties

  NameDescription
AdditionalRecords
DNS records in the Additional section of the response.
AnswerRecords
DNS records in the Answer section of the response.
AuthoritativeAnswer
Response "AA" flag.
AuthorityRecords
DNS records in the Authority section of the response.
Edns0PayLoad
Indicates the maximum request size (in bytes) that the server can be accept over UDP.
FromServer
The IP address of the DNS server from which this DnsClient..::.Response was received.
HasEdns0
Indicates if an EDNS0 option is included in the response.
RecursionAvailable
Response "RA" flag.

See Also