Namespace Ae.Dns.Protocol.Records
Classes
DnsDomainResource
Represents a DNS text resource containing a domain name.
DnsIpAddressResource
Represents a DNS resource record which contains an Internet Protocol address. See A and AAAA.
DnsMxResource
Represents a mail server DNS record. See MX.
DnsOptResource
Describes an EDNS0 psuedo-resource.
DnsResourceRecord
Represents metadata around a DNS resource record returned by a DNS server.
DnsSoaResource
A Start of Authority record (abbreviated as SOA record) is a type of resource record in the Domain Name System (DNS) containing administrative information about the zone, especially regarding zone transfers. The SOA record format is specified in RFC 1035.
DnsStringResource
Represents a DNS resource containing a string.
DnsTextResource
Represents a DNS text resource containing a string.
DnsUnknownResource
Represents a DNS resource that this library cannot yet understand.
Interfaces
IDnsResource
Represents a type of DNS resource.