public DomainBrowser(Client client, int iface, Protocol proto, string domain, DomainBrowserType btype, LookupFlags flags) { this.client = client; this.iface = iface; this.proto = proto; this.domain = domain; this.btype = btype; this.flags = flags; cb = OnDomainBrowserCallback; }
public DomainBrowser (Client client, int iface, Protocol proto, string domain, DomainBrowserType btype, LookupFlags flags) { this.client = client; this.iface = iface; this.proto = proto; this.domain = domain; this.btype = btype; this.flags = flags; cb = OnDomainBrowserCallback; }