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