2 references to AutoConfigUrlRetryInterval
System (2)
net\System\Net\_AutoWebProxyScriptEngine.cs (2)
227if (retryWinHttpGetProxyForUrlTimer == null && SettingsSectionInternal.Section.AutoConfigUrlRetryInterval != 0) 229long retryIntervalInMilliseconds = SettingsSectionInternal.Section.AutoConfigUrlRetryInterval * 1000;