ComponentPro UltimateNetkit

      DnsRecordType Enumeration

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Specifies the type of the DnsQuestion to query.

      Syntax

      public enum DnsRecordType

      Members

      NameDescription
      AA host address query.
      A6A 128 bit IPv6 address query.
      AAAAA single 128 bit IPv6 address query.
      AFSDBAn AFS database location query.
      ALLAll types of resource records available.
      CNAMECanonical name for an alias.
      GPOSGeographical location.
      HINFOHost information.
      ISDNISDN address.
      KEY 
      LOCLocation information.
      MBExperimental. (Mail box domain name)
      MDObsolete - Mail destination. Use MX instead.
      MFObsolete - Mail forwarder. Use MX instead.
      MGExperimental. (Mail group member)
      MINFOMail box or mail list information.
      MRExperimental. (Mail rename domain member)
      MXMail exchange server responsible for handling email addresses that belong to the domain in question.
      NSAuthoritative name server for the domain in question.
      NSAPNetwork service access protocol.
      NSAPPTRPointer for network service access protocol similar to the PTR record for an IP address.
      NULLExperimental. (Null)
      NXT 
      PTRDomain name pointer.
      PXPointer to X.400/Rfc822 mapping information.
      RPResponsible person.
      RTRoute through.
      SIG 
      SOAStart of Authority.
      SRVService record to specify the location of the server(s) for a specific protocol and domain.
      TXTText strings.
      UnknownUnknown query type.
      WKSWell known service description.
      X25X25 address.
      Top

      Framework

      .NET Compact Framework.NET Compact Framework

      Supported version: 2.0, 3.5, and 3.9
      Assembly: ComponentPro.Dns.CF (in ComponentPro.Dns.CF.dll)

      .NET Framework.NET Framework

      Supported version: 2.0, 3.0, 3.5, 4.0, 4.5.x, 4.6.x and later
      Assembly: ComponentPro.Dns (in ComponentPro.Dns.dll)

      Xamarin AndroidXamarin Android

      Supported version: 2.3 and later
      Assembly: ComponentPro.Dns.Android (in ComponentPro.Dns.Android.dll)

      Xamarin iOSXamarin iOS

      Supported version: 5.1.x and later
      Assembly: ComponentPro.Dns.iOS (in ComponentPro.Dns.iOS.dll)

      See Also