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 ヘッダーの値。

適用対象