2 references to HttpConnection
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionTests.Helpers.cs (1)
61
return new
HttpConnection
(httpConnectionOptions, loggerFactory, transportFactory);
Microsoft.AspNetCore.SignalR.Tests (1)
EndToEndTests.cs (1)
66
var connection = new
HttpConnection
(new HttpConnectionOptions { Url = new Uri(url), DefaultTransferFormat = TransferFormat.Text }, LoggerFactory, new TestTransportFactory());