2 references to SendAsync
System.Security.Cryptography (2)
src\libraries\Common\src\System\Net\Http\X509ResourceClient.cs (2)
197
Task sendTask = (Task)
SendAsync
(httpClient, requestMessage, cancellationToken);
236
Task sendTask = (Task)
SendAsync
(httpClient, requestMessage, cancellationToken);