9 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.Owin (1)
OwinFeatureCollection.cs (1)
420void IHttpResponseBodyFeature.DisableBuffering()
Microsoft.AspNetCore.ResponseCompression (1)
ResponseCompressionBody.cs (1)
285public void DisableBuffering()
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
456void IHttpResponseBodyFeature.DisableBuffering()
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
539void IHttpResponseBodyFeature.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()
Microsoft.AspNetCore.TestHost (1)
ResponseFeature.cs (1)
139public void DisableBuffering()
8 references to DisableBuffering
Microsoft.AspNetCore.Components.Endpoints (1)
RazorComponentEndpointInvoker.cs (1)
138bufferingFeature.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();