C# Class TraceRoute.RouteTracer

Allows an application to perform a traceroute, displaying the path and latency of packets across an IP network.
Datei anzeigen Open project: ccampo133/PlotPing

Public Methods

Method Description
traceRoute ( string ipAddrOrHostname, GatewayIPAddressInformation gateway, int minHops, int maxHops = 50, int timeout = 5000, byte buffer = null ) : List

Private Methods

Method Description
doPing ( int hopNum, List hops, PingOptions pingOpts, Stopwatch watch, string ipAddrOrHostname, int timeout, byte buffer ) : bool

Method Details

traceRoute() public static method

public static traceRoute ( string ipAddrOrHostname, GatewayIPAddressInformation gateway, int minHops, int maxHops = 50, int timeout = 5000, byte buffer = null ) : List
ipAddrOrHostname string
gateway System.Net.NetworkInformation.GatewayIPAddressInformation
minHops int
maxHops int
timeout int
buffer byte
return List