2 references to SendAsync
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpAuthenticatedConnectionHandler.cs (1)
20
return _poolManager.
SendAsync
(request, async, doRequestAuth: true, cancellationToken);
System\Net\Http\SocketsHttpHandler\HttpConnectionHandler.cs (1)
20
return _poolManager.
SendAsync
(request, async, doRequestAuth: false, cancellationToken);