HttpClientHandler.MaxAutomaticRedirections Свойство

Определение

Возвращает или задает максимальное количество переадресаций, выполняемых обработчиком.

public:
 property int MaxAutomaticRedirections { int get(); void set(int value); };
public int MaxAutomaticRedirections { get; set; }
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public int MaxAutomaticRedirections { get; set; }
member this.MaxAutomaticRedirections : int with get, set
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.MaxAutomaticRedirections : int with get, set
Public Property MaxAutomaticRedirections As Integer

Значение свойства

Максимальное количество ответов переадресации, выполняемых обработчиком. Значение по умолчанию — 50.

Атрибуты

Комментарии

Свойство MaxAutomaticRedirections задает максимальное количество перенаправлений для запроса, если AllowAutoRedirect свойство имеет значение true.

Применяется к