C# 클래스 Network.UPnP.ServiceResolver

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

보호된 프로퍼티들

프로퍼티 타입 설명
protocols IList
services TtlCollection

공개 메소드들

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

보호된 메소드들

메소드 설명
client_AnswerReceived ( HttpResponse item ) : void
client_QueryReceived ( HttpRequest item ) : void

비공개 메소드들

메소드 설명
MergeServices ( IList s ) : void
MergeServices ( Service service ) : void

메소드 상세

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

client_AnswerReceived() 보호된 메소드

protected client_AnswerReceived ( HttpResponse item ) : void
item Network.Rest.HttpResponse
리턴 void

client_QueryReceived() 보호된 메소드

protected client_QueryReceived ( HttpRequest item ) : void
item HttpRequest
리턴 void

프로퍼티 상세

protocols 보호되어 있는 프로퍼티

protected IList protocols
리턴 IList

services 보호되어 있는 프로퍼티

protected TtlCollection services
리턴 TtlCollection