Domain Detective

API Reference

Class

TracerouteHop

Namespace DomainDetective.Network.PingTraceroute
Assembly DomainDetective

Represents a single traceroute hop.

Inheritance

  • Object
  • TracerouteHop

Usage

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

Constructors

public TracerouteHop() #

Properties

public Int32 Hop { get; set; } #

Gets or sets the hop number.

public String Address { get; set; } #

Gets or sets the responding address.

public IPStatus Status { get; set; } #

Gets or sets the ICMP status of this hop.

public Int64 RoundtripTime { get; set; } #

Gets or sets the roundtrip time in milliseconds.

{{ include "footer" }}