Ejemplo n.º 1
0
 internal DnsLookup(IHostsWatcher watcher)
 {
     this.hostsWatcher             = watcher;
     hostsWatcher.MappingsChanged += this.HostsWatcherMappingsChanged;
     hostsWatcher.RefreshFile();
 }
Ejemplo n.º 2
0
 internal DnsLookup(IHostsWatcher watcher)
 {
     this.hostsWatcher = watcher;
     hostsWatcher.MappingsChanged += this.HostsWatcherMappingsChanged;
     hostsWatcher.RefreshFile();
 }