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)。

适用于