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

상속: Service, IRegisterService
파일 보기 프로젝트 열기: hacxman/zeroshare

공개 메소드들

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

보호된 메소드들

메소드 설명
OnResponse ( ErrorCode errorCode ) : bool

비공개 메소드들

메소드 설명
OnEntryGroupStateChanged ( EntryGroupState state, string error ) : void
RegisterDBus ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnResponse() 보호된 메소드

protected OnResponse ( ErrorCode errorCode ) : bool
errorCode ErrorCode
리턴 bool

Register() 공개 메소드

public Register ( ) : void
리턴 void

RegisterService() 공개 메소드

public RegisterService ( ) : System
리턴 System

RegisterService() 공개 메소드

public RegisterService ( 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