C# Class LumiSoft.Net.ICMP.EchoMessage

Echo reply message.
Afficher le fichier Open project: jeske/StepsDB-alpha Class Usage Examples

Méthodes publiques

Méthode Description
EchoMessage ( string ip, int ttl, int time ) : System

ToStringEx ( ) : string

ToStringEx ( EchoMessage messages ) : string

Method Details

EchoMessage() public méthode

public EchoMessage ( string ip, int ttl, int time ) : System
ip string
ttl int
time int
Résultat System

ToStringEx() public méthode

public ToStringEx ( ) : string
Résultat string

ToStringEx() public static méthode

public static ToStringEx ( EchoMessage messages ) : string
messages EchoMessage
Résultat string