1 write to AllowSynchronousIO
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
190return new WebSocketClient(pathBase, Application) { AllowSynchronousIO = AllowSynchronousIO, PreserveExecutionContext = PreserveExecutionContext };
1 reference to AllowSynchronousIO
Microsoft.AspNetCore.TestHost (1)
WebSocketClient.cs (1)
57var contextBuilder = new HttpContextBuilder(_application, AllowSynchronousIO, PreserveExecutionContext);