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)
44
var connection = new
HttpConnection
(new Uri(url), HttpTransports.All, LoggerFactory);
323
var connection = new
HttpConnection
(new Uri(url), HttpTransportType.WebSockets, LoggerFactory);
387
var connection = new
HttpConnection
(new Uri(url), HttpTransportType.WebSockets, LoggerFactory);
441
var connection = new
HttpConnection
(new Uri(url), transportType, LoggerFactory);