C# 클래스 LumiSoft.Net.ICMP.EchoMessage

Echo reply message.
파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

공개 메소드들

메소드 설명
EchoMessage ( string ip, int ttl, int time ) : System

ToStringEx ( ) : string

ToStringEx ( EchoMessage messages ) : string

메소드 상세

EchoMessage() 공개 메소드

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

ToStringEx() 공개 메소드

public ToStringEx ( ) : string
리턴 string

ToStringEx() 공개 정적인 메소드

public static ToStringEx ( EchoMessage messages ) : string
messages EchoMessage
리턴 string