Avahi.ServiceBrowser.ServiceBrowser C# (CSharp) Method

ServiceBrowser() public method

public ServiceBrowser ( Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags ) : System
client Client
iface int
proto Protocol
type string
domain string
flags LookupFlags
return System
        public ServiceBrowser(Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags)
        {
            this.client = client;
            this.iface = iface;
            this.proto = proto;
            this.domain = domain;
            this.type = type;
            this.flags = flags;
            cb = OnServiceBrowserCallback;
        }

Same methods

ServiceBrowser::ServiceBrowser ( Client client, string type ) : System
ServiceBrowser::ServiceBrowser ( Client client, string type, string domain ) : System