Home
last modified time | relevance | path

Searched refs:ServiceTypeBrowser (Results 1 – 3 of 3) sorted by relevance

/external/avahi/avahi-sharp/
DServiceTypeBrowser.cs57 public class ServiceTypeBrowser : BrowserBase, IDisposable class
109 public ServiceTypeBrowser (Client client) : this (client, client.DomainName) in ServiceTypeBrowser() method in Avahi.ServiceTypeBrowser
113 … public ServiceTypeBrowser (Client client, string domain) : this (client, -1, Protocol.Unspecified, in ServiceTypeBrowser() method in Avahi.ServiceTypeBrowser
118 …public ServiceTypeBrowser (Client client, int iface, Protocol proto, string domain, LookupFlags fl… in ServiceTypeBrowser() method in Avahi.ServiceTypeBrowser
128 ~ServiceTypeBrowser () in ~ServiceTypeBrowser()
DAvahiTest.cs65 ServiceTypeBrowser stb = new ServiceTypeBrowser (client, domain); in BrowseServiceTypes()
DMakefile.am35 $(srcdir)/ServiceTypeBrowser.cs \