C# 클래스 TraceRoute.RouteTracer

Allows an application to perform a traceroute, displaying the path and latency of packets across an IP network.
파일 보기 프로젝트 열기: ccampo133/PlotPing

공개 메소드들

메소드 설명
traceRoute ( string ipAddrOrHostname, GatewayIPAddressInformation gateway, int minHops, int maxHops = 50, int timeout = 5000, byte buffer = null ) : List

비공개 메소드들

메소드 설명
doPing ( int hopNum, List hops, PingOptions pingOpts, Stopwatch watch, string ipAddrOrHostname, int timeout, byte buffer ) : bool

메소드 상세

traceRoute() 공개 정적인 메소드

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
리턴 List