ComponentSpace Trace Route Class Library Reference

TraceRouteClient.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]
Public Function TraceRoute( _
   ByVal serverAddress As String _
) As IList
[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.

Exceptions

Exception Type Condition
TraceRouteException Thrown when the trace route fails.

See Also

TraceRouteClient Class | ComponentSpace.TraceRoute Namespace