Class AuthorityResourceRecord
Represents an authority resource record in a DNS response.
public class AuthorityResourceRecord : ResourceRecord
- Inheritance
-
AuthorityResourceRecord
- Inherited Members
Remarks
An authority resource record indicates the DNS zone authority information for a given query. This class is a specific type of resource record used to represent that authority data.
Constructors
AuthorityResourceRecord(RecordReader)
Represents an authority resource record in a DNS response.
public AuthorityResourceRecord(RecordReader reader)
Parameters
readerRecordReader
Remarks
An authority resource record indicates the DNS zone authority information for a given query. This class is a specific type of resource record used to represent that authority data.