Hops Property
A collection of hops to the RemoteHost .
Syntax
[VB.NET] Public ReadOnlyProperty Hops As TraceHopList
[C#] public TraceHopList Hops {get;}
Remarks
This property shows the hops as the trace progresses towards the final destination (RemoteHost). Each hop is defined by a TraceHop type.
This collection is indexed from 0 to Count - 1.
This property is read-only.