ComponentSpace Trace Route Class Library Reference

TraceRouteServicedComponent.TraceRoute Method 

Performs Internet Trace Route processing to the specified server. The server address can either be the name of the server (eg. www.componentspace.com) or its IP address (eg. 66.210.153.10).

[Visual Basic]
NotOverridable Public Function TraceRoute( _
   ByVal serverAddress As String _
) As IList _
    Implements ITraceRouteServicedComponent.TraceRoute
[C#]
public IList TraceRoute(
   string serverAddress
);

Parameters

serverAddress
The server to which to trace the route (eg. 66.210.153.10 or www.componentspace.com).

Return Value

The list of TraceRouteHop objects describing the traced route.

Implements

ITraceRouteServicedComponent.TraceRoute

Exceptions

Exception Type Condition
TraceRouteException Thrown when the trace route fails.

See Also

TraceRouteServicedComponent Class | ComponentSpace.TraceRoute Namespace