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にのみ適用されます。

適用対象