5 references to HttpConnection
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
109: this(url, transports, loggerFactory: null)
Microsoft.AspNetCore.SignalR.Tests (4)
EndToEndTests.cs (4)
44var connection = new HttpConnection(new Uri(url), HttpTransports.All, LoggerFactory); 323var connection = new HttpConnection(new Uri(url), HttpTransportType.WebSockets, LoggerFactory); 387var connection = new HttpConnection(new Uri(url), HttpTransportType.WebSockets, LoggerFactory); 441var connection = new HttpConnection(new Uri(url), transportType, LoggerFactory);