HttpClientHandler.MaxAutomaticRedirections Eigenschap

Definitie

Hiermee haalt of stelt u het maximum aantal omleidingen op dat door de handler wordt gevolgd.

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

Waarde van eigenschap

Het maximum aantal omleidingsreacties dat de handler volgt. De standaardwaarde is 50.

Opmerkingen

De MaxAutomaticRedirections eigenschap stelt het maximum aantal omleidingen in dat de aanvraag moet volgen als de AllowAutoRedirect eigenschap is true.

Van toepassing op