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

Inheritance: Service, IRegisterService, IDisposable
Afficher le fichier Open project: hacxman/zeroshare Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

ProcessRegister() public méthode

public ProcessRegister ( ) : void
Résultat void

Register() public méthode

public Register ( ) : void
Résultat void

Register() public méthode

public Register ( bool async ) : void
async bool
Résultat void

RegisterService() public méthode

public RegisterService ( ) : System
Résultat System

RegisterService() public méthode

public RegisterService ( string name, string replyDomain, string regtype ) : System
name string
replyDomain string
regtype string
Résultat System

RegisterSync() public méthode

public RegisterSync ( ) : void
Résultat void