KestrelServerLimits.MaxResponseBufferSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在寫入呼叫開始封鎖或傳回工作之前回應緩衝區的大小上限,直到緩衝區大小低於設定的限制為止。
public:
property Nullable<long> MaxResponseBufferSize { Nullable<long> get(); void set(Nullable<long> value); };
public long? MaxResponseBufferSize { get; set; }
member this.MaxResponseBufferSize : Nullable<int64> with get, set
Public Property MaxResponseBufferSize As Nullable(Of Long)
屬性值
備註
當設定為 Null 時,回應緩衝區的大小不受限制。 當設定為零時,所有寫入呼叫都會封鎖或傳回在清除整個回應緩衝區之前未完成的工作。 預設為 65,536 個位元組, (64 KB) 。