HttpConnectionOptions.ApplicationMaxBufferSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum buffer size for data written by the application before backpressure is applied.
public long ApplicationMaxBufferSize { get; set; }
member this.ApplicationMaxBufferSize : int64 with get, set
Public Property ApplicationMaxBufferSize As Long
Property Value
The default value is 1MB.
Remarks
The default value is 1MB.