Specifies the type of the
DnsQuestion to query.
public enum DnsRecordType
Public Enum DnsRecordType
public enum class DnsRecordType
Name | Description |
---|
A | A host address query. |
A6 | A 128 bit IPv6 address query. |
AAAA | A single 128 bit IPv6 address query. |
AFSDB | An AFS database location query. |
ALL | All types of resource records available. |
CNAME | Canonical name for an alias. |
GPOS | Geographical location. |
HINFO | Host information. |
ISDN | ISDN address. |
KEY | |
LOC | Location information. |
MB | Experimental. (Mail box domain name) |
MD | Obsolete - Mail destination. Use MX instead. |
MF | Obsolete - Mail forwarder. Use MX instead. |
MG | Experimental. (Mail group member) |
MINFO | Mail box or mail list information. |
MR | Experimental. (Mail rename domain member) |
MX | Mail exchange server responsible for handling email addresses that belong to the domain in question. |
NS | Authoritative name server for the domain in question. |
NSAP | Network service access protocol. |
NSAPPTR | Pointer for network service access protocol similar to the PTR record for an IP address. |
NULL | Experimental. (Null) |
NXT | |
PTR | Domain name pointer. |
PX | Pointer to X.400/Rfc822 mapping information. |
RP | Responsible person. |
RT | Route through. |
SIG | |
SOA | Start of Authority. |
SRV | Service record to specify the location of the server(s) for a specific protocol and domain. |
TXT | Text strings. |
Unknown | Unknown query type. |
WKS | Well known service description. |
X25 | X25 address. |
Top