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