HttpRequestHeaders.MaxForwards Właściwość

Definicja

Pobiera lub ustawia wartość nagłówka Max-Forwards dla żądania 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)

Wartość właściwości

Nullable<Int32>

Wartość nagłówka Max-Forwards żądania HTTP.

Dotyczy