C# Class TraceRoute.Hop

Afficher le fichier Open project: ccampo133/PlotPing Class Usage Examples

Méthodes publiques

Свойство Type Description
hopNum int
ip string
time long
timedOut bool

Méthodes publiques

Méthode Description
Hop ( int hopNum, string ip, long time, bool timedOut ) : System

Method Details

Hop() public méthode

public Hop ( int hopNum, string ip, long time, bool timedOut ) : System
hopNum int
ip string
time long
timedOut bool
Résultat System

Property Details

hopNum public_oe property

public int hopNum
Résultat int

ip public_oe property

public string ip
Résultat string

time public_oe property

public long time
Résultat long

timedOut public_oe property

public bool timedOut
Résultat bool