WebProxyScriptElement.AutoConfigUrlRetryInterval 속성

정의

WinHttpAutoProxySvc 서비스에서 AutoConfigUrl 스크립트의 다운로드를 다시 시도하려고 시도하는 빈도(초)를 정의하는 값을 가져오거나 설정합니다.

public:
 property int AutoConfigUrlRetryInterval { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("autoConfigUrlRetryInterval", DefaultValue=600)]
public int AutoConfigUrlRetryInterval { get; set; }
[<System.Configuration.ConfigurationProperty("autoConfigUrlRetryInterval", DefaultValue=600)>]
member this.AutoConfigUrlRetryInterval : int with get, set
Public Property AutoConfigUrlRetryInterval As Integer

속성 값

WinHttpAutoProxySvc 서비스가 AutoConfigUrl 스크립트의 다운로드를 다시 시도하려고 시도하는 빈도(초)입니다.

특성

설명

.NET Framework 4.8부터 WinHttpAutoProxySvc 서비스는 초기 시도가 실패할 경우 AutoConfigUrl 스크립트를 다운로드하려고 시도합니다. 기본적으로 해당 값은 600초(10분)입니다.

이전 버전의 .NET Framework에서는 런타임에 스크립트를 다운로드하지 못했음을 알리거나 다운로드를 다시 시도하지 않습니다. 이 속성의 값을 0으로 설정하여 이전 동작을 복원할 수 있습니다.

적용 대상