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

Inheritance: Service, IRegisterService, IDisposable
显示文件 Open project: hacxman/zeroshare Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ProcessRegister ( ) : void
Register ( ) : void
Register ( bool async ) : void
RegisterService ( ) : System
RegisterService ( string name, string replyDomain, string regtype ) : System
RegisterSync ( ) : void

Private Methods

Method Description
OnRegisterReply ( ServiceRef sdRef, ServiceFlags flags, ServiceError errorCode, string name, string regtype, string domain, IntPtr context ) : void
SetupCallback ( ) : void
ThreadedRegister ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ProcessRegister() public method

public ProcessRegister ( ) : void
return void

Register() public method

public Register ( ) : void
return void

Register() public method

public Register ( bool async ) : void
async bool
return void

RegisterService() public method

public RegisterService ( ) : System
return System

RegisterService() public method

public RegisterService ( string name, string replyDomain, string regtype ) : System
name string
replyDomain string
regtype string
return System

RegisterSync() public method

public RegisterSync ( ) : void
return void