Sdílet prostřednictvím


HttpRequestHeaders.MaxForwards Vlastnost

Definice

Získá nebo nastaví hodnotu hlavičky Max-Forwards pro požadavek HTTP.

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)

Hodnota vlastnosti

Hodnota hlavičky Max-Forwards pro požadavek HTTP.

Platí pro