ComponentPro UltimateNetkit

      IcmpMessageType Enumeration

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Defines the ICMP message types.

      Syntax

      public enum IcmpMessageType

      Members

      NameDescription
      EchoReplyEcho reply (used to ping).
      DestinationUnreachableDestination unreachable.
      SourceQuenchSource quench (congestion control).
      RedirectRedirect Message.
      EchoEcho request (used to ping).
      TimeExceededTTL expired in transit or Fragment reassembly time exceeded.
      ParameterProblemParameter Problem: Bad IP header.
      TimestampTimestamp.
      TimestampReplyTimestamp reply.
      InformationRequestInformation Request
      InformationReplyInformation Reply.
      Top

      Framework

      .NET Compact Framework.NET Compact Framework

      Supported version: 2.0, 3.5, and 3.9
      Assembly: ComponentPro.TraceRoute.CF (in ComponentPro.TraceRoute.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.TraceRoute (in ComponentPro.TraceRoute.dll)

      Xamarin AndroidXamarin Android

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

      Xamarin iOSXamarin iOS

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

      See Also