Enum QueryType
The query type field appear in the question part of a query. Query types are a superset of ResourceRecordType.
Namespace: DnsClient
Assembly: DnsClient.dll
Syntax
public enum QueryType : short
Fields
Name | Description |
---|---|
A | A host address. See Also |
AAAA | An IPv6 host address. See Also |
AFSDB | AFS Data Base location. See Also |
ANY | Generic any query *. |
AXFR | DNS zone transfer request.
This can be used only if UseTcpOnly is set to true as The DNS Server might only return results for the request if the client connection/IP is allowed to do so. |
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 |
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 | A SSH Fingerprint resource 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 |