Implemented interface member:
property
AllowSynchronousIO
Microsoft.AspNetCore.Http.Features.IHttpBodyControlFeature.AllowSynchronousIO
1 write to AllowSynchronousIO
Microsoft.AspNetCore.TestHost (1)
HttpContextBuilder.cs (1)
33AllowSynchronousIO = allowSynchronousIO;
2 references to AllowSynchronousIO
Microsoft.AspNetCore.TestHost (2)
ClientHandler.cs (1)
152req.Body = new AsyncStreamWrapper(reader.AsStream(), () => contextBuilder.AllowSynchronousIO);
HttpContextBuilder.cs (1)
48_responseFeature.Body = new ResponseBodyWriterStream(_responsePipeWriter, () => AllowSynchronousIO);