Domain Detective

API Reference

Enum

DnsRecordType

Namespace DnsClientX
Assembly DnsClientX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Enumerates DNS record types as defined in RFC 1035 section 3.2.2. See also the IANA DNS Parameters registry.

Inheritance

  • Enum
  • DnsRecordType

Remarks

These values are used when constructing queries via ClientX to indicate the resource record type to request.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Values

public const DnsRecordType Reserved #

Reserved record type.

Value: 0
public const DnsRecordType A #

A host address.

Value: 1
public const DnsRecordType NS #

An authoritative name server.

Value: 2
public const DnsRecordType MD #

A mail destination (obsolete, use MX).

Value: 3
public const DnsRecordType MF #

A mail forwarder (obsolete, use MX).

Value: 4
public const DnsRecordType CNAME #

The canonical name for an alias.

Value: 5
public const DnsRecordType SOA #

Marks the start of a zone of authority.

Value: 6
public const DnsRecordType MB #

A mailbox domain name (experimental).

Value: 7
public const DnsRecordType MG #

A mail group member (experimental).

Value: 8
public const DnsRecordType MR #

A mail rename domain name (experimental).

Value: 9
public const DnsRecordType NULL #

A null record (experimental).

Value: 10
public const DnsRecordType WKS #

Well-known service description.

Value: 11
public const DnsRecordType PTR #

A domain name pointer.

Value: 12
public const DnsRecordType HINFO #

Host information.

Value: 13
public const DnsRecordType MINFO #

Mailbox or mail list information.

Value: 14
public const DnsRecordType MX #

Mail exchange.

Value: 15
public const DnsRecordType TXT #

Text strings.

Value: 16
public const DnsRecordType RP #

Responsible person.

Value: 17
public const DnsRecordType AFSDB #

AFS database location.

Value: 18
public const DnsRecordType X25 #

X.25 PSDN address.

Value: 19
public const DnsRecordType ISDN #

ISDN address.

Value: 20
public const DnsRecordType RT #

Route through.

Value: 21
public const DnsRecordType NSAP #

NSAP address record (deprecated).

Value: 22
public const DnsRecordType NSAP_PTR #

Domain name pointer, NSAP style (deprecated).

Value: 23
public const DnsRecordType SIG #

Security signature.

Value: 24
public const DnsRecordType AAAA #

IPv6 address.

Value: 28
public const DnsRecordType LOC #

Location information.

Value: 29
public const DnsRecordType SRV #

Server selection.

Value: 33
public const DnsRecordType ATMA #

ATM address.

Value: 34
public const DnsRecordType NAPTR #

Naming authority pointer.

Value: 35
public const DnsRecordType KX #

Key exchanger.

Value: 36
public const DnsRecordType CERT #

Certificate record.

Value: 37
public const DnsRecordType A6 #

A6 record (obsolete, use AAAA).

Value: 38
public const DnsRecordType DNAME #

Non-terminal DNAME redirection.

Value: 39
public const DnsRecordType SINK #

Kitchen sink (experimental).

Value: 40
public const DnsRecordType OPT #

Option pseudo-record.

Value: 41
public const DnsRecordType APL #

Address prefix list.

Value: 42
public const DnsRecordType DS #

Delegation signer.

Value: 43
public const DnsRecordType SSHFP #

SSH key fingerprint.

Value: 44
public const DnsRecordType IPSECKEY #

IPSECKEY record.

Value: 45
public const DnsRecordType RRSIG #

RRset signature.

Value: 46
public const DnsRecordType NSEC #

Next secure record.

Value: 47
public const DnsRecordType DNSKEY #

DNS public key.

Value: 48
public const DnsRecordType DHCID #

DHCP identifier.

Value: 49
public const DnsRecordType NSEC3 #

NSEC3 record.

Value: 50
public const DnsRecordType NSEC3PARAM #

NSEC3 parameters.

Value: 51
public const DnsRecordType TLSA #

TLSA certificate association.

Value: 52
public const DnsRecordType SMIMEA #

S/MIME certificate association.

Value: 53
public const DnsRecordType HIP #

Host identity protocol.

Value: 55
public const DnsRecordType NINFO #

NINFO record.

Value: 56
public const DnsRecordType RKEY #

RKEY record.

Value: 57
public const DnsRecordType CDS #

Child DS.

Value: 59
public const DnsRecordType CDNSKEY #

Child DNSKEY(s) to be published as DS.

Value: 60
public const DnsRecordType OPENPGPKEY #

OpenPGP key.

Value: 61
public const DnsRecordType CSYNC #

Child-to-parent synchronization.

Value: 62
public const DnsRecordType ZONEMD #

Message digest over zone data.

Value: 63
public const DnsRecordType SVCB #

General-purpose service binding.

Value: 64
public const DnsRecordType HTTPS #

Service binding compatible with HTTP.

Value: 65
public const DnsRecordType TKEY #

Transaction key.

Value: 249
public const DnsRecordType TSIG #

Transaction signature.

Value: 250
public const DnsRecordType IXFR #

Incremental zone transfer.

Value: 251
public const DnsRecordType AXFR #

Authoritative zone transfer.

Value: 252
public const DnsRecordType MAILB #

Transfer mailbox records.

Value: 253
public const DnsRecordType MAILA #

Transfer mail agent records.

Value: 254
public const DnsRecordType ANY #

Wildcard match for any record type.

Value: 255
public const DnsRecordType SPF #

Sender Policy Framework.

Value: 99
public const DnsRecordType URI #

Uniform Resource Identifier.

Value: 256
public const DnsRecordType CAA #

Certification Authority Restriction.

Value: 257
public const DnsRecordType AVC #

Application Visibility and Control.

Value: 258
public const DnsRecordType DOA #

Digital Object Architecture.

Value: 259
public const DnsRecordType AMTRELAY #

Automatic Multicast Tunneling Relay.

Value: 260
public const DnsRecordType RESINFO #

Resolver information as key/value pairs.

Value: 261
public const DnsRecordType TA #

DNSSEC trust authorities.

Value: 32768
public const DnsRecordType DLV #

DNSSEC Lookaside Validation (obsolete).

Value: 32769
{{ include "footer" }}