SocketsHttpHandler.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 리디렉션의 최대 수입니다.

적용 대상