ComponentPro UltimateNetkit

      DnsMessageType Enumeration

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Represents the messages received from the DNS servers is a query, or a response.

      Syntax

      public enum DnsMessageType

      Members

      NameDescription
      QueryThe message is a query message.
      ResponseThe message is a response message.
      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