1 write to AllowSynchronousIO
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
54
AllowSynchronousIO
= options.AllowSynchronousIO;
4 references to AllowSynchronousIO
Microsoft.AspNetCore.TestHost (4)
TestServer.cs (4)
161
AllowSynchronousIO =
AllowSynchronousIO
,
173
AllowSynchronousIO =
AllowSynchronousIO
,
196
return new WebSocketClient(pathBase, Application) { AllowSynchronousIO =
AllowSynchronousIO
, PreserveExecutionContext = PreserveExecutionContext };
217
var builder = new HttpContextBuilder(Application,
AllowSynchronousIO
, PreserveExecutionContext);