HttpRequestHeaders.MaxForwards 屬性
定義
取得或設定 HTTP 要求的 Max-Forwards
標頭值。Gets or sets the value of the Max-Forwards
header for an HTTP request.
public:
property Nullable<int> MaxForwards { Nullable<int> get(); void set(Nullable<int> value); };
public Nullable<int> MaxForwards { get; set; }
member this.MaxForwards : Nullable<int> with get, set
Public Property MaxForwards As Nullable(Of Integer)