Share via


WinHttpHandler.MaxAutomaticRedirections 속성

정의

허용되는 HTTP 리디렉션의 최대 수를 가져오거나 설정합니다.

public:
 property int MaxAutomaticRedirections { int get(); void set(int value); };
public int MaxAutomaticRedirections { get; set; }
member this.MaxAutomaticRedirections : int with get, set
Public Property MaxAutomaticRedirections As Integer

속성 값

허용되는 HTTP 리디렉션의 최대 수입니다.

설명

이 속성의 기본값은 50입니다. 이 값은 가 로 설정된 true경우에만 AutomaticRedirection 적용됩니다.

적용 대상