C# 클래스 Network.Bonjour.BonjourServiceResolver

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

공개 메소드들

메소드 설명
BonjourServiceResolver ( ) : System
Dispose ( ) : void
Resolve ( string protocol, System.TimeSpan timeout, int minCountServices, int maxCountServices ) : IList
Resolve ( string protocol ) : void

비공개 메소드들

메소드 설명
AddService ( IService service ) : void
MergeServices ( IList updatedList ) : void
client_AnswerReceived ( Message m ) : void

메소드 상세

BonjourServiceResolver() 공개 메소드

public BonjourServiceResolver ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Resolve() 공개 메소드

public Resolve ( string protocol, System.TimeSpan timeout, int minCountServices, int maxCountServices ) : IList
protocol string
timeout System.TimeSpan
minCountServices int
maxCountServices int
리턴 IList

Resolve() 공개 메소드

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