WebApplicationFactoryClientOptions.MaxAutomaticRedirections Eigenschaft

Definition

Ruft die maximale Anzahl von Umleitungsantworten ab, denen HttpClient durch Aufrufen CreateClient(WebApplicationFactoryClientOptions) erstellte Instanzen folgen sollen, oder legt diese fest. Der Standardwert ist 7.

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

Eigenschaftswert

Gilt für: