C# Class LumiSoft.Net.ICMP.EchoMessage

Echo reply message.
Show file Open project: jeske/StepsDB-alpha Class Usage Examples

Public Methods

Method Description
EchoMessage ( string ip, int ttl, int time ) : System

ToStringEx ( ) : string

ToStringEx ( EchoMessage messages ) : string

Method Details

EchoMessage() public method

public EchoMessage ( string ip, int ttl, int time ) : System
ip string
ttl int
time int
return System

ToStringEx() public method

public ToStringEx ( ) : string
return string

ToStringEx() public static method

public static ToStringEx ( EchoMessage messages ) : string
messages EchoMessage
return string