1 write to _httpContext
Microsoft.AspNetCore.TestHost (1)
WebSocketClient.cs (1)
126_httpContext = context;
4 references to _httpContext
Microsoft.AspNetCore.TestHost (4)
WebSocketClient.cs (4)
138if (_httpContext.Response.HasStarted) 143_httpContext.Response.StatusCode = StatusCodes.Status101SwitchingProtocols; 146await _httpContext.Response.Body.FlushAsync(_httpContext.RequestAborted); // Send headers to the client