2 references to SendWithAuthAsync
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (2)
350return SendWithAuthAsync(request, proxyUri, async, proxyCredentials, preAuthenticate: false, isProxyAuth: true, doRequestAuth, pool, cancellationToken); 356return SendWithAuthAsync(request, request.RequestUri, async, credentials, preAuthenticate, isProxyAuth: false, doRequestAuth: true, pool, cancellationToken);