コード例 #1
0
 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;
 }
コード例 #2
0
ファイル: DomainBrowser.cs プロジェクト: anastiel/avahi
 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;
 }