3 references to HttpConnection
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnection.cs (2)
128: this(CreateHttpOptions(url, transports), loggerFactory) 177: this(httpConnectionOptions, loggerFactory)
HttpConnectionFactory.cs (1)
62var connection = new HttpConnection(shallowCopiedOptions, _loggerFactory);