Dela via


ForwarderRequestConfig.AllowResponseBuffering Property

Definition

Allows to use write buffering when sending a response back to the client, if the server hosting YARP (e.g. IIS) supports it. NOTE: enabling it can break SSE (server side event) scenarios.

public bool? AllowResponseBuffering { get; init; }
member this.AllowResponseBuffering : Nullable<bool> with get, set
Public Property AllowResponseBuffering As Nullable(Of Boolean)

Property Value

Applies to