The ComponentSpace.TraceRoute namespace contains classes that implement the Internet Trace Route functionality.
| Class | Description |
|---|---|
| TraceRouteClient | Performs Internet Trace Route processing to the specified server. |
| TraceRouteCompletedEventArgs | Provides data for the TraceRouteCompleted event. |
| TraceRouteException | The exception that is thrown when a Trace Route operation fails. |
| TraceRouteHop | Describes trace route information for a single hop on the trace route. |
| TraceRouteHopCompletedEventArgs | Provides data for the TraceRouteHopCompleted event. |
| TraceRouteServicedComponent | Performs Internet Trace Route processing within an enterprise services component. |
| TraceRouteTiming | Describes trace route send/receive timing information for a single hop on the trace route. |
| TraceRouteTimingCompletedEventArgs | Provides data for the TraceRouteTimingCompleted event. |
| Interface | Description |
|---|---|
| ITraceRouteServicedComponent | The Internet Trace Route processing interface exposed within an enterprise services component. |
| Delegate | Description |
|---|---|
| TraceRouteCompletedEventHandler | Represents the method that will handle the TraceRouteCompleted event. |
| TraceRouteHopCompletedEventHandler | Represents the method that will handle the TraceRouteHopCompleted event. |
| TraceRouteTimingCompletedEventHandler | Represents the method that will handle the TraceRouteTimingCompleted event. |