ComponentPro UltimateNetkit

      DnsResponseCode Enumeration

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Represents the response code in the Dns message header.

      Syntax

      public enum DnsResponseCode

      Members

      NameDescription
      ReadyReady - no errors. RFC1035.
      FormatErrorFormat error. RFC1035.
      ServerFailureServer failure. RFC1035.
      NameErrorDomain name error. Non-Existent Domain. RFC1035.
      NotImplementedNot implemented. RFC1035.
      RefusedServer refused the request. Query Refused. RFC1035.
      UnexpectedNameName should not exist. Name Exists when it should not. RFC2136.
      UnexpectedRecordSetRecord set Exists when it should not.
      RecordSetNotFoundRecord set should exist.
      ServerNotAuthoritativeForZoneServer Not Authoritative for zone
      NameNotContainedInZoneName not contained in zone.
      BadSignatureTSIG Signature Failure.
      BadKeyKey not recognized.
      BadTimestampSignature out of time window.
      BadModeBad TKEY mode.
      BadNameDuplicate key name.
      BadAlgAlgorithm not supported.
      BadTruncationBad truncation.
      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