• 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 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
    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
    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
    OPT

    Option record.

    See Also
    RFC 6891
    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

    SSH finger print record

    See Also
    RFC 4255
    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

    See Also

    DnsResourceRecord
    ResourceRecordType
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net