Aracılığıyla paylaş


HttpRequestHeaders.MaxForwards Özellik

Tanım

BIR HTTP isteği için üst bilgi değerini Max-Forwards alır veya ayarlar.

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)

Özellik Değeri

HTTP isteğinin Max-Forwards üst bilgisinin değeri.

Şunlara uygulanır