ComponentSpace Trace Route Class Library Reference

TraceRouteClient Class

Performs Internet Trace Route processing to the specified server.

For a list of all members of this type, see TraceRouteClient Members.

System.Object
   ComponentSpace.TraceRoute.TraceRouteClient

[Visual Basic]
Public Class TraceRouteClient
[C#]
public class TraceRouteClient

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The trace route operation may be performed synchronously (blocking) using TraceRoute, or asynchronously (non-blocking) using BeginTraceRoute and EndTraceRoute.

Requirements

Namespace: ComponentSpace.TraceRoute

Assembly: ComponentSpace.TraceRoute (in ComponentSpace.TraceRoute.dll)

See Also

TraceRouteClient Members | ComponentSpace.TraceRoute Namespace