5 references to CopyToAsync
aspire (2)
Agents\AspireSkills\AspireSkillsInstaller.cs (1)
539await response.Content.CopyToAsync(fileStream, cancellationToken).ConfigureAwait(false);
Utils\CliDownloader.cs (1)
203await response.Content.CopyToAsync(fileStream, cts.Token);
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\LongPollingTransport.cs (1)
192await response.Content.CopyToAsync(applicationStream, cancellationToken).ConfigureAwait(false);
Microsoft.Extensions.AI.OpenAI (1)
OpenAIHostedFileClient.cs (1)
393httpContent.CopyToAsync(stream, cancellationToken);
System.Net.Http (1)
System\Net\Http\HttpContent.cs (1)
342CopyToAsync(stream, CancellationToken.None);