ComponentSpace Trace Route Class Library Reference

ComponentSpace.TraceRoute Namespace

The ComponentSpace.TraceRoute namespace contains classes that implement the Internet Trace Route functionality.

Namespace hierarchy

Classes

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.

Interfaces

Interface Description
ITraceRouteServicedComponent The Internet Trace Route processing interface exposed within an enterprise services component.

Delegates

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.