C# 클래스 Mono.Zeroconf.Providers.AvahiDBus.BrowseService

상속: Service, IResolvableService, IDisposable
파일 보기 프로젝트 열기: hacxman/zeroshare 1 사용 예제들

공개 메소드들

메소드 설명
BrowseService ( string name, string regtype, string replyDomain, int @interface, NDesk.DBus.Protocol aprotocol ) : System
Dispose ( ) : void
Resolve ( ) : void

보호된 메소드들

메소드 설명
OnResolved ( ) : void

비공개 메소드들

메소드 설명
DisposeResolver ( ) : void
OnResolveFailure ( string error ) : void
OnResolveFound ( int @interface, NDesk.DBus.Protocol protocol, string name, string type, string domain, string host, NDesk.DBus.Protocol aprotocol, string address, ushort port, byte txt, LookupResultFlags flags ) : void

메소드 상세

BrowseService() 공개 메소드

public BrowseService ( string name, string regtype, string replyDomain, int @interface, NDesk.DBus.Protocol aprotocol ) : System
name string
regtype string
replyDomain string
@interface int
aprotocol NDesk.DBus.Protocol
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnResolved() 보호된 메소드

protected OnResolved ( ) : void
리턴 void

Resolve() 공개 메소드

public Resolve ( ) : void
리턴 void