2 writes to retryWinHttpGetProxyForUrlTimer
System (2)
net\System\Net\_AutoWebProxyScriptEngine.cs (2)
231retryWinHttpGetProxyForUrlTimer = new Timer(s => 262retryWinHttpGetProxyForUrlTimer = null;
3 references to retryWinHttpGetProxyForUrlTimer
System (3)
net\System\Net\_AutoWebProxyScriptEngine.cs (3)
227if (retryWinHttpGetProxyForUrlTimer == null && SettingsSectionInternal.Section.AutoConfigUrlRetryInterval != 0) 259if (retryWinHttpGetProxyForUrlTimer != null) 261retryWinHttpGetProxyForUrlTimer.Dispose();