2 references to CreateHttp11ConnectionAsync
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
106
connection = await connectionPool.
CreateHttp11ConnectionAsync
(request, async, cancellationToken).ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (1)
266
connection = await
CreateHttp11ConnectionAsync
(queueItem.Request, true, cts.Token).ConfigureAwait(false);