ForwarderRequestConfig.AllowResponseBuffering 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.
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)