Share via


HttpConnectionOptions.TransportMaxBufferSize Property

Definition

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

public long TransportMaxBufferSize { get; set; }
member this.TransportMaxBufferSize : int64 with get, set
Public Property TransportMaxBufferSize As Long

Property Value

The default value is 1MB.

Remarks

The default value is 1MB.

Applies to