C# Class Mono.Zeroconf.Providers.Avahi.ServiceBrowser

Inheritance: IServiceBrowser
Show file Open project: hacxman/zeroshare

Public Methods

Method Description
Browse ( string regtype, string domain ) : void
Dispose ( ) : void
ServiceBrowser ( ) : System

Private Methods

Method Description
OnServiceAdded ( object o, Avahi args ) : void
OnServiceRemoved ( object o, Avahi args ) : void

Method Details

Browse() public method

public Browse ( string regtype, string domain ) : void
regtype string
domain string
return void

Dispose() public method

public Dispose ( ) : void
return void

ServiceBrowser() public method

public ServiceBrowser ( ) : System
return System