Avahi.ServiceTypeBrowser.ServiceTypeBrowser C# (CSharp) Method

ServiceTypeBrowser() public method

public ServiceTypeBrowser ( Client client ) : System
client Client
return System
        public ServiceTypeBrowser(Client client)
            : this(client, client.DomainName)
        {
        }

Same methods

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