5 implementations of DisableBuffering
Microsoft.AspNetCore.Http (1)
StreamResponseBodyFeature.cs (1)
72public virtual void DisableBuffering()
Microsoft.AspNetCore.HttpLogging (1)
ResponseBufferingStream.cs (1)
188public void DisableBuffering()
Microsoft.AspNetCore.ResponseCompression (1)
ResponseCompressionBody.cs (1)
285public void DisableBuffering()
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
333void IHttpResponseBodyFeature.DisableBuffering()
Microsoft.AspNetCore.StaticAssets (1)
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
169public void DisableBuffering()
8 references to DisableBuffering
Microsoft.AspNetCore.Components.Endpoints (1)
RazorComponentEndpointInvoker.cs (1)
143bufferingFeature.DisableBuffering();
Microsoft.AspNetCore.Http (1)
StreamResponseBodyFeature.cs (1)
74PriorFeature?.DisableBuffering();
Microsoft.AspNetCore.Http.Connections (1)
Internal\Transports\ServerSentEventsServerTransport.cs (1)
39bufferingFeature.DisableBuffering();
Microsoft.AspNetCore.Http.Results (1)
ServerSentEventsResult.cs (1)
49bufferingFeature.DisableBuffering();
Microsoft.AspNetCore.HttpLogging (1)
ResponseBufferingStream.cs (1)
190_innerBodyFeature.DisableBuffering();
Microsoft.AspNetCore.ResponseCompression (1)
ResponseCompressionBody.cs (1)
297_innerBodyFeature.DisableBuffering();
Microsoft.AspNetCore.StaticAssets (1)
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
171_original.DisableBuffering();
Stress.ApiService (1)
Program.cs (1)
875context.Features.Get<Microsoft.AspNetCore.Http.Features.IHttpResponseBodyFeature>()?.DisableBuffering();