Avahi.ServiceBrowser.ServiceBrowser C# (CSharp) Method

ServiceBrowser() public method

public ServiceBrowser ( Client client, string type ) : System
client Client
type string
return System
        public ServiceBrowser(Client client, string type)
            : this(client, type, client.DomainName)
        {
        }

Same methods

ServiceBrowser::ServiceBrowser ( Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags ) : System
ServiceBrowser::ServiceBrowser ( Client client, string type, string domain ) : System