Enum ResourceRecordType
The resource record types. The enum
contains only the types supported by this library at this moment.
The ResourceRecordType is used to identify any DnsResourceRecord.
Resource record types are a subset of QueryType.
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public enum ResourceRecordType : short
Fields
Name | Description |
---|---|
A | A host address. See Also |
AAAA | An IPv6 host address. See Also |
AFSDB | AFS Data Base location. See Also |
CAA | A certification authority authorization. See Also |
CNAME | The canonical name for an alias. See Also |
HINFO | Host information. See Also |
MB | A mailbox domain name (EXPERIMENTAL). See Also |
MD | A mail destination (OBSOLETE - use MX). See Also |
MF | A mail forwarder (OBSOLETE - use MX). See Also |
MG | A mail group member (EXPERIMENTAL). See Also |
MINFO | Mailbox or mail list information. See Also |
MR | A mailbox rename domain name (EXPERIMENTAL). See Also |
MX | Mail exchange. See Also |
NS | An authoritative name server. See Also |
NULL | A Null resource record (EXPERIMENTAL). See Also |
OPT | Option record. See Also |
PTR | A domain name pointer. See Also |
RP | Responsible Person. See Also |
RRSIG | RRSIG rfc3755. See Also |
SOA | Marks the start of a zone of authority. See Also |
SRV | A resource record which specifies the location of the server(s) for a specific protocol and domain. See Also |
SSHFP | SSH finger print record See Also |
TXT | Text resources. See Also |
URI | A Uniform Resource Identifier (URI) resource record. See Also |
WKS | A well known service description. See Also |