6 references to CopyToAsync
Microsoft.Deployment.DotNet.Releases (1)
Utils.cs (1)
68
await httpResponse.Content.
CopyToAsync
(stream).ConfigureAwait(false);
Microsoft.DotNet.Arcade.Sdk (1)
src\DownloadFile.cs (1)
196
await httpResponse.Content.
CopyToAsync
(outStream).ConfigureAwait(false);
Microsoft.Extensions.DataIngestion.Tests (1)
Readers\DocumentReaderConformanceTests.cs (1)
194
await response.Content.
CopyToAsync
(inputStream);
Microsoft.ML.PerformanceTests (1)
ImageClassificationBench.cs (1)
239
await content.
CopyToAsync
(fileStream);
System.Net.Http (2)
System\Net\Http\HttpContent.cs (2)
457
/// After content is serialized to a memory buffer, calls to one of the <see cref="
CopyToAsync
(Stream)"/> methods will copy the content of the memory buffer to the target stream.
472
/// After content is serialized to a memory buffer, calls to one of the <see cref="
CopyToAsync
(Stream)"/> methods will copy the content of the memory buffer to the target stream.