예제 #1
0
 public ProxyPinger(ProxyListWindow window, ProxyObject proxyObj, int timeout)
 {
     Class7.RIuqtBYzWxthF();
     this._proxyObj = proxyObj;
     this._timeout  = timeout;
     this._window   = window;
 }
예제 #2
0
 public ProxyTester(ProxyListWindow window, ProxyObject proxyObj, string testUrl, int timeout)
 {
     Class7.RIuqtBYzWxthF();
     this._proxyObj = proxyObj;
     this._testUrl  = testUrl;
     this._timeout  = timeout;
     this._window   = window;
 }