Share via


HttpConnectionDispatcherOptions.ApplicationMaxBufferSize Property

Definition

Gets or sets the maximum buffer size for data written by the application before backpressure is applied.

public:
 property long ApplicationMaxBufferSize { long get(); void set(long value); };
public long ApplicationMaxBufferSize { get; set; }
member this.ApplicationMaxBufferSize : int64 with get, set
Public Property ApplicationMaxBufferSize As Long

Property Value

Remarks

The default value is 65KB.

Applies to