C# 클래스 Network.Bonjour.MDnsClient

파일 보기 프로젝트 열기: automaters/bonjour.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EndPoint IPEndPoint

공개 메소드들

메소드 설명
CreateAndResolve ( string protocol ) : MDnsClient
MDnsClient ( IPEndPoint endpoint ) : System
Resolve ( string protocol ) : void
Send ( Message message, IPEndPoint ep ) : void
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
Treat ( byte bytes, IPEndPoint from ) : void

비공개 메소드들

메소드 설명
StartReceiving ( ) : void
StartReceiving ( IAsyncResult result ) : void

메소드 상세

CreateAndResolve() 공개 정적인 메소드

public static CreateAndResolve ( string protocol ) : MDnsClient
protocol string
리턴 MDnsClient

MDnsClient() 공개 메소드

public MDnsClient ( IPEndPoint endpoint ) : System
endpoint IPEndPoint
리턴 System

Resolve() 공개 메소드

public Resolve ( string protocol ) : void
protocol string
리턴 void

Send() 공개 메소드

public Send ( Message message, IPEndPoint ep ) : void
message Message
ep IPEndPoint
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Treat() 보호된 메소드

protected Treat ( byte bytes, IPEndPoint from ) : void
bytes byte
from IPEndPoint
리턴 void

프로퍼티 상세

EndPoint 공개적으로 정적으로 프로퍼티

public static IPEndPoint EndPoint
리턴 IPEndPoint