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