public HybridWebProxyFinder(AutoWebProxyScriptEngine engine)
 {
     this.engine        = engine;
     this.winHttpFinder = new WinHttpWebProxyFinder(engine);
     this.currentFinder = winHttpFinder;
 }
 public HybridWebProxyFinder(AutoWebProxyScriptEngine engine)
 {
     this.engine = engine;            
     this.winHttpFinder = new WinHttpWebProxyFinder(engine);
     this.currentFinder = winHttpFinder;
 }