ComponentSpace DNS Class Library Reference

DnsMessage.AuthoritativeAnswer Property

Get or sets the flag indicating whether the message contains an authoritative answer (AA).

[Visual Basic]
Public Property AuthoritativeAnswer As Boolean
[C#]
public bool AuthoritativeAnswer {get; set;}

Property Value

The flag indicating whether the message contains an authoritative answer.

See Also

DnsMessage Class | ComponentSpace.Dns Namespace