22 instantiations of HttpConnection
ClientSample (1)
Microsoft.AspNetCore.Http.Connections.Client (1)
Microsoft.AspNetCore.Http.Connections.Tests (5)
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
Microsoft.AspNetCore.SignalR.Client.Tests (4)
Microsoft.AspNetCore.SignalR.Tests (10)
EndToEndTests.cs (10)
44var connection = new HttpConnection(new Uri(url), HttpTransports.All, LoggerFactory);
80var connection = new HttpConnection(new HttpConnectionOptions { Url = new Uri(url), Transports = transportType, DefaultTransferFormat = TransferFormat.Text }, LoggerFactory);
186var connection = new HttpConnection(httpOptions, LoggerFactory);
236var connection = new HttpConnection(httpOptions, LoggerFactory);
267var connection = new HttpConnection(new HttpConnectionOptions { Url = new Uri(url), Transports = transportType, DefaultTransferFormat = requestedTransferFormat }, LoggerFactory);
323var connection = new HttpConnection(new Uri(url), HttpTransportType.WebSockets, LoggerFactory);
387var connection = new HttpConnection(new Uri(url), HttpTransportType.WebSockets, LoggerFactory);
418var connection = new HttpConnection(options, LoggerFactory);
441var connection = new HttpConnection(new Uri(url), transportType, LoggerFactory);
486var connection = new HttpConnection(
71 references to HttpConnection
ClientSample (1)
Microsoft.AspNetCore.Http.Connections.Client (15)
Microsoft.AspNetCore.Http.Connections.Tests (5)
Microsoft.AspNetCore.SignalR.Client (12)
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (4)
Microsoft.AspNetCore.SignalR.Client.Tests (14)
Microsoft.AspNetCore.SignalR.Tests (20)
EndToEndTests.cs (18)
44var connection = new HttpConnection(new Uri(url), HttpTransports.All, LoggerFactory);
55return writeContext.LoggerName == typeof(HttpConnection).FullName &&
66var connection = new HttpConnection(new HttpConnectionOptions { Url = new Uri(url), DefaultTransferFormat = TransferFormat.Text }, LoggerFactory, new TestTransportFactory());
80var connection = new HttpConnection(new HttpConnectionOptions { Url = new Uri(url), Transports = transportType, DefaultTransferFormat = TransferFormat.Text }, LoggerFactory);
186var connection = new HttpConnection(httpOptions, LoggerFactory);
236var connection = new HttpConnection(httpOptions, LoggerFactory);
267var connection = new HttpConnection(new HttpConnectionOptions { Url = new Uri(url), Transports = transportType, DefaultTransferFormat = requestedTransferFormat }, LoggerFactory);
323var connection = new HttpConnection(new Uri(url), HttpTransportType.WebSockets, LoggerFactory);
378return writeContext.LoggerName == typeof(HttpConnection).FullName &&
387var connection = new HttpConnection(new Uri(url), HttpTransportType.WebSockets, LoggerFactory);
402return writeContext.LoggerName == typeof(HttpConnection).FullName &&
418var connection = new HttpConnection(options, LoggerFactory);
432return writeContext.LoggerName == typeof(HttpConnection).FullName &&
441var connection = new HttpConnection(new Uri(url), transportType, LoggerFactory);
468return writeContext.LoggerName == typeof(HttpConnection).FullName &&
486var connection = new HttpConnection(
603return writeContext.LoggerName == typeof(HttpConnection).FullName &&
642return writeContext.LoggerName == typeof(HttpConnection).FullName &&