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