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