2 references to ConstructHttp2ConnectionAsync
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (2)
205
connection = await
ConstructHttp2ConnectionAsync
(stream, queueItem.Request, activity, remoteEndPoint, cts.Token).ConfigureAwait(false);
217
connection = await
ConstructHttp2ConnectionAsync
(stream, queueItem.Request, activity, remoteEndPoint, cts.Token).ConfigureAwait(false);