Table of Contents

Class AuthorityResourceRecord

Namespace
Ubiety.Dns.Core.Records
Assembly
Ubiety.Dns.Core.dll

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

reader RecordReader

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.