C# 클래스 TraceRoute.Hop

파일 보기 프로젝트 열기: ccampo133/PlotPing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hopNum int
ip string
time long
timedOut bool

공개 메소드들

메소드 설명
Hop ( int hopNum, string ip, long time, bool timedOut ) : System

메소드 상세

Hop() 공개 메소드

public Hop ( int hopNum, string ip, long time, bool timedOut ) : System
hopNum int
ip string
time long
timedOut bool
리턴 System

프로퍼티 상세

hopNum 공개적으로 프로퍼티

public int hopNum
리턴 int

ip 공개적으로 프로퍼티

public string ip
리턴 string

time 공개적으로 프로퍼티

public long time
리턴 long

timedOut 공개적으로 프로퍼티

public bool timedOut
리턴 bool