KestrelServerLimits.MaxResponseBufferSize 屬性

定義

取得或設定在寫入呼叫開始封鎖或傳回工作之前回應緩衝區的大小上限,直到緩衝區大小低於設定的限制為止。 預設為 65,536 個位元組, (64 KB) 。

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 時,回應緩衝區的大小不受限制。 當設定為零時,所有寫入呼叫都會封鎖或傳回在清除整個回應緩衝區之前未完成的工作。

適用於