2 references to ConstructHttp11ConnectionAsync
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (1)
298
return await
ConstructHttp11ConnectionAsync
(async, stream, transportContext, request, activity, remoteEndPoint, cancellationToken).ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
348
http11Connection = await
ConstructHttp11ConnectionAsync
(true, stream, transportContext, request, activity, remoteEndPoint, cancellationToken).ConfigureAwait(false);