Condividi tramite


HttpRequestHeaders.MaxForwards Proprietà

Definizione

Ottiene o imposta il valore dell'intestazione Max-Forwards per una richiesta 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)

Valore della proprietà

Valore dell'intestazione Max-Forwards per una richiesta HTTP.

Si applica a