API Reference
Class
TracerouteHop
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.
Returned or exposed by
Constructors
public TracerouteHop() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.