WebProxyScriptElement.AutoConfigUrlRetryInterval Property

Definition

Gets or sets a value that defines the frequency (in seconds) that the WinHttpAutoProxySvc service attempts to retry the download of an AutoConfigUrl script.

C#
[System.Configuration.ConfigurationProperty("autoConfigUrlRetryInterval", DefaultValue=600)]
public int AutoConfigUrlRetryInterval { get; set; }

Property Value

the frequency (in seconds) that the WinHttpAutoProxySvc service attempts to retry the download of an AutoConfigUrl script.

Attributes

Remarks

Starting with .NET Framework 4.8, the WinHttpAutoProxySvc service attempts to download an AutoConfigUrl script if the initial attempt fails. By default, its value is 600 seconds (10 minutes).

In previous versions of the .NET Framework, the runtime is not notified of the failure to download the script, nor is the download retried. You can restore the previous behavior by setting the value of this property to 0.

Applies to

Product Versions
.NET Framework 4.8, 4.8.1