ComponentSpace DNS Class Library Reference

DnsMessage Properties

The properties of the DnsMessage class are listed below. For a complete list of DnsMessage class members, see the DnsMessage Members topic.

Public Instance Properties

AdditionalResourceRecords Get the list of additional information resource records.
AnswerResourceRecords Get the list of answer resource records.
AuthoritativeAnswer Get or sets the flag indicating whether the message contains an authoritative answer (AA).
AuthorityResourceRecords Get the list of authority resource records.
DnsQuestions Get the list of questions.
Identifier Get or sets the message identifier (ID).
OpCode Get or sets the message op code (Opcode).
RecursionAvailable Get or sets the flag indicating whether recursion is available (RA).
RecursionDesired Get or sets the flag indicating whether recursion is desired (RD).
Response Get or sets the flag indicating whether the message is a request or response (QR).
ResponseCode Get or sets the response code (RCODE).
Truncation Get or sets the flag indicating whether the message is truncated (TC).

See Also

DnsMessage Class | ComponentSpace.Dns Namespace