1 implementation of AllowSynchronousIO
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
192bool IHttpBodyControlFeature.AllowSynchronousIO
1 write to AllowSynchronousIO
Microsoft.AspNetCore.Rewrite (1)
UrlActions\CustomResponseAction.cs (1)
34context.HttpContext.Features.Get<IHttpBodyControlFeature>()?.AllowSynchronousIO = true;
3 references to AllowSynchronousIO
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpRequestStream.cs (1)
54if (!_bodyControl.AllowSynchronousIO)
Internal\Http\HttpResponseStream.cs (2)
51if (!_bodyControl.AllowSynchronousIO) 75if (!_bodyControl.AllowSynchronousIO)