18 references to HttpConnection
ClientSample (1)
RawSample.cs (1)
43var connection = new HttpConnection(connectionOptions, loggerFactory: null);
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnection.cs (2)
120: this(CreateHttpOptions(url, transports), loggerFactory) 169: this(httpConnectionOptions, loggerFactory)
HttpConnectionFactory.cs (1)
62var connection = new HttpConnection(shallowCopiedOptions, _loggerFactory);
Microsoft.AspNetCore.Http.Connections.Tests (5)
HttpConnectionDispatcherTests.cs (5)
3265var connection = new HttpConnection( 3327var connection = new HttpConnection( 3427var connection = new HttpConnection( 3468var connection = new HttpConnection( 3541var connection = new HttpConnection(
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
HubConnectionTests.cs (1)
73var connection = new HttpConnection(options, loggerFactory);
Microsoft.AspNetCore.SignalR.Client.Tests (2)
HttpConnectionTests.cs (1)
59var exception = Assert.Throws<ArgumentException>(() => new HttpConnection(new HttpConnectionOptions(), NullLoggerFactory.Instance));
HttpConnectionTests.Helpers.cs (1)
66return new HttpConnection(httpConnectionOptions, loggerFactory);
Microsoft.AspNetCore.SignalR.Tests (6)
EndToEndTests.cs (6)
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); 418var connection = new HttpConnection(options, LoggerFactory); 486var connection = new HttpConnection(