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