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 標頭值。

適用於