C# Class Mono.Zeroconf.Providers.AvahiDBus.RegisterService

Inheritance: Service, IRegisterService
Afficher le fichier Open project: hacxman/zeroshare

Méthodes publiques

Méthode Description
Dispose ( ) : void
Register ( ) : void
RegisterService ( ) : System
RegisterService ( string name, string regtype, string replyDomain, int @interface, NDesk.DBus.Protocol aprotocol ) : System

Méthodes protégées

Méthode Description
OnResponse ( ErrorCode errorCode ) : bool

Private Methods

Méthode Description
OnEntryGroupStateChanged ( EntryGroupState state, string error ) : void
RegisterDBus ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnResponse() protected méthode

protected OnResponse ( ErrorCode errorCode ) : bool
errorCode ErrorCode
Résultat bool

Register() public méthode

public Register ( ) : void
Résultat void

RegisterService() public méthode

public RegisterService ( ) : System
Résultat System

RegisterService() public méthode

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
Résultat System