1 write to AllowSynchronousIO
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
46
serverOptions.
AllowSynchronousIO
= true;
3 references to AllowSynchronousIO
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
376
AllowSynchronousIO = ServerOptions.
AllowSynchronousIO
;
KestrelServerOptions.cs (2)
339
writer.WritePropertyName(nameof(
AllowSynchronousIO
));
340
writer.WriteBooleanValue(
AllowSynchronousIO
);