1 instantiation of WebSocketClient
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
196return new WebSocketClient(pathBase, Application) { AllowSynchronousIO = AllowSynchronousIO, PreserveExecutionContext = PreserveExecutionContext };
2 references to WebSocketClient
Microsoft.AspNetCore.TestHost (2)
TestServer.cs (2)
191/// Creates a <see cref="WebSocketClient" /> for interacting with the test server. 193public WebSocketClient CreateWebSocketClient()