HttpRequestHeaders.MaxForwards 属性

定义

获取或设置 HTTP 请求的 Max-Forwards 标头值。

public:
 property Nullable<int> MaxForwards { Nullable<int> get(); void set(Nullable<int> value); };
public int? MaxForwards { get; set; }
member this.MaxForwards : Nullable<int> with get, set
Public Property MaxForwards As Nullable(Of Integer)

属性值

HTTP 请求的 Max-Forwards 标头值。

适用于