HttpRequestHeaders.MaxForwards Propriedade

Definição

Obtém ou define o valor do cabeçalho Max-Forwards para uma solicitação 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)

Valor da propriedade

O valor do cabeçalho Max-Forwards para uma solicitação HTTP.

Aplica-se a