TraceHop Type
A hop in the route to the destination.
Remarks
This type describes a hop which exists in
the route to the destination specified by
the RemoteHost property. This type
contains fields denoting the HostAddress, HostName,
Time, ErrorCode and ErrorDescription.
Fields
| |
ErrorCode Integer |
The error code for particular hop in the trace.
For a list of valid error codes and their descriptions,
please refer to the Error Messages section.
|
ErrorDescription String |
The error description for particular hop in the trace.
For a list of valid error codes and their descriptions,
please refer to the Error Messages section.
|
HostAddress String |
The IP address of the host for a particular hop in the trace.
|
HostName String |
The name of the host for a particular hop in the trace.
If ResolveNames is False, this property contains the
IP address of the host instead.
|
Time Integer |
The amount of time taken by a particular hop in the trace.
If a given hop times out, this value will be set to -1.
|
Constructors
[VB.NET]
Public TraceHop()
[C#]
public TraceHop();