PipeWriter.CopyFromAsync(Stream, CancellationToken) Method

Definition

Asynchronously reads the bytes from the specified stream and writes them to the PipeWriter.

C#
protected internal virtual System.Threading.Tasks.Task CopyFromAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default);

Parameters

source
Stream

The stream from which the contents will be copied.

cancellationToken
CancellationToken

The token to monitor for cancellation requests. The default value is None.

Returns

A task that represents the asynchronous copy operation.

Exceptions

The cancellation token was canceled. This exception is stored into the returned task.

Applies to

Produit Versions
.NET 8 (package-provided), 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)