• DnsClient
  • Readme
  • Api Docs
  • MichaCo.net
This site uses "cookies" - small data files stored locally on your computer - to save information about your preferences when using this site. Learn More.

    Show / Hide Table of Contents

    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
    RFC 1035
    ARecord
    AAAA

    An IPv6 host address.

    See Also
    RFC 3596
    AaaaRecord
    AFSDB

    AFS Data Base location.

    See Also
    RFC 1183
    RFC 5864
    AfsDbRecord
    ANY

    Generic any query *.

    AXFR

    DNS zone transfer request. This can be used only if UseTcpOnly is set to true as AXFR is only supported via TCP.

    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
    RFC 6844
    CaaRecord
    CNAME

    The canonical name for an alias.

    See Also
    RFC 1035
    CNameRecord
    HINFO

    Host information.

    See Also
    RFC 1035
    RFC 1010
    HInfoRecord
    MB

    A mailbox domain name (EXPERIMENTAL).

    See Also
    RFC 1035
    MbRecord
    MD

    A mail destination (OBSOLETE - use MX).

    See Also
    RFC 1035
    MF

    A mail forwarder (OBSOLETE - use MX).

    See Also
    RFC 1035
    MG

    A mail group member (EXPERIMENTAL).

    See Also
    RFC 1035
    MgRecord
    MINFO

    Mailbox or mail list information.

    See Also
    RFC 1035
    MInfoRecord
    MR

    A mailbox rename domain name (EXPERIMENTAL).

    See Also
    RFC 1035
    MrRecord
    MX

    Mail exchange.

    See Also
    RFC 1035
    RFC 974
    MxRecord
    NS

    An authoritative name server.

    See Also
    RFC 1035
    NsRecord
    NULL

    A Null resource record (EXPERIMENTAL).

    See Also
    RFC 1035
    NullRecord
    PTR

    A domain name pointer.

    See Also
    RFC 1035
    PtrRecord
    RP

    Responsible Person.

    See Also
    RFC 1183
    RpRecord
    RRSIG

    RRSIG rfc3755.

    See Also
    RFC 3755
    SOA

    Marks the start of a zone of authority.

    See Also
    RFC 1035
    SoaRecord
    SRV

    A resource record which specifies the location of the server(s) for a specific protocol and domain.

    See Also
    RFC 2782
    SrvRecord
    SSHFP

    A SSH Fingerprint resource record.

    See Also
    RFC 4255
    SshfpRecord
    TXT

    Text resources.

    See Also
    RFC 1035
    RFC 1464
    TxtRecord
    URI

    A Uniform Resource Identifier (URI) resource record.

    See Also
    RFC 7553
    UriRecord
    WKS

    A well known service description.

    See Also
    RFC 3232
    WksRecord
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net