TestConnectionCommand.TraceStatus Class

Definition

The class contains an information about a trace route attempt.

public class TestConnectionCommand.TraceStatus
[System.Runtime.CompilerServices.Nullable(0)]
public class TestConnectionCommand.TraceStatus
type TestConnectionCommand.TraceStatus = class
[<System.Runtime.CompilerServices.Nullable(0)>]
type TestConnectionCommand.TraceStatus = class
Public Class TestConnectionCommand.TraceStatus
Inheritance
TestConnectionCommand.TraceStatus
Attributes

Properties

Hop

Gets the number of the current hop / router.

HopAddress

Gets the IP address of the current hop point.

Hostname

Gets the hostname of the current hop point.

Latency

Gets the latency values of each ping to the current hop point.

Ping

Gets the sequence number of the ping in the sequence of pings to the hop point.

Reply

Gets the raw PingReply object received from the ping to this hop point.

Source

Gets the source address of the traceroute command.

Status

Gets the status of the traceroute hop.

Target

Gets the final destination hostname of the trace.

TargetAddress

Gets the final destination IP address of the trace.

Applies to