HttpRequestHeaders.MaxForwards Property

Definition

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 int? MaxForwards { get; set; }
member this.MaxForwards : Nullable<int> with get, set
Public Property MaxForwards As Nullable(Of Integer)

Property Value

The value of the Max-Forwards header for an HTTP request.

Applies to