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

Inheritance: Service, IRegisterService
Show file Open project: hacxman/zeroshare

Public Methods

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

Protected Methods

Method Description
OnResponse ( ErrorCode errorCode ) : bool

Private Methods

Method Description
OnEntryGroupStateChanged ( EntryGroupState state, string error ) : void
RegisterDBus ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnResponse() protected method

protected OnResponse ( ErrorCode errorCode ) : bool
errorCode ErrorCode
return bool

Register() public method

public Register ( ) : void
return void

RegisterService() public method

public RegisterService ( ) : System
return System

RegisterService() public method

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
return System