ComponentSpace Professional .NET and ActiveX components for developers
ComponentSpace Home | Products | Downloads | Support | Purchase | Services | About Us
 
Trace Route for your C#, VB.NET, and ASP.NET applications

Trace Route for your C#, VB.NET, and ASP.NET applications

.NET
Product Links
 Purchase
single developer - $199 
4 developer team - $299 
8 developer team - $399 
site license - $499 
site + source - $999 
 
 Download
 Documentation
 Code Samples
 Screen Shots
 Testimonials
 Ask a Question

Perform internet route tracing to determine network delays and topology.

The Trace Route component for .NET is a fully featured, easy to use implementation of the trace route protocol for .NET and ASP.NET applications. The component offers .NET developers complete route tracing functionality for their applications.

Part of the award winning .NET Internet Component Suite, the component is designed specifically for .NET and is written in 100% managed C# code.


What's Included


Tracing a Route

  • TraceRouteClient class instigates route tracing

  • Specify the maximum number of hops, timeouts, and whether to resolve IP addresses

  • Trace routes either synchronously or asynchronously

  • Entire route tracing information is returned in a list of TraceRouteHop objects


Trace Route Hop Information

  • Multiple timings per hop

  • Includes hops counts, router addresses and names, timings and TTLs

  • Receive a TraceRouteTimingCompleted .NET event for each timing

  • Receive a TraceRouteHopCompleted .NET event for each hop


Designed for .NET

  • Object oriented design specifically for the .NET framework

  • 100% managed code written in C#

  • Make either synchronous or asynchronous (Begin/End) calls

  • Asynchronous calls may either use events or callbacks