2 references to CopyToAsync
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\LongPollingTransport.cs (1)
192await response.Content.CopyToAsync(applicationStream, cancellationToken).ConfigureAwait(false);
System.Net.Http (1)
System\Net\Http\HttpContent.cs (1)
332CopyToAsync(stream, CancellationToken.None);