ForwardedHeadersOptions.ForwardLimit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
限制將處理之標頭中的專案數目。 預設值為 1。 設定為 null 以停用限制,但只有在已設定 KnownProxies 或 KnownNetworks 時,才應該這麼做。
public:
property Nullable<int> ForwardLimit { Nullable<int> get(); void set(Nullable<int> value); };
public int? ForwardLimit { get; set; }
member this.ForwardLimit : Nullable<int> with get, set
Public Property ForwardLimit As Nullable(Of Integer)