aspNetDns Class Library

DnsQueryType Enumeration

The type of query used for querying DNS servers.

[Visual Basic]
Public Enum DnsQueryType
[C#]
public enum DnsQueryType

Members

Member NameDescription
A A host Address record type. [RFC 1035]
NS An authorative Name Server record. [RFC 1035]
MD A Mail Destination record type.
MF A Mail Forwarder record type.
CNAME A Canonical Name record for an alias type. [RFC 1035]
SOA Start of Authority zone record.
MB MailBox domain name record type.
MG A Mail Group record type.
MR A Mail Rename domain name record type.
NULL A NULL resource record type.
WKS A Well Known Services description record type. [RFC 1035]
PTR A Pointer record type, used for reverse lookups. [RFC 1035]
HINFO A Host Information record type. [RFC 1035]
MINFO Mailbox or Mail list information record type. [RFC 1035]
MX Mail Exchange Record type. [RFC 1035]
TXT Text string record type. [RFC 1035]
RP Responsible Person (RP) record. [RFC 1183]
AFSDB AFS Database [RFC 1183]
X25 X.25 (X25) record. Maps a DNS domain name to a Public Switched Data Network (PSDN) address. [RFC 1183]
ISDN Integrated Services Digital Network (ISDN) record. Maps a DNS domain name to an ISDN telephone number. [RFC 1183]
RT Route Through (RT) record. [RFC 1183]
AAAA Host address (AAAA) record for IPv6 hosts. [RFC 1886]
SRV Service (SRV) record. [RFC 2052]
MAILB A request for mailbox-related records.
ALL A request for all records.
KX To be supported in future version.
NSAP To be supported in future version.
NSAPPTR To be supported in future version.
PX To be supported in future version.
GPOS To be supported in future version.

Requirements

Namespace: aspNetDns Namespace

Assembly: aspNetDns.dll

See Also

aspNetDns Namespace