BinaryContent.WriteToAsync(Stream, CancellationToken) Method

Definition

Writes contents of this BinaryContent instance to the provided Stream.

public abstract System.Threading.Tasks.Task WriteToAsync (System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default);
abstract member WriteToAsync : System.IO.Stream * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public MustOverride Function WriteToAsync (stream As Stream, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

stream
Stream

The stream to write the binary content to.

cancellationToken
CancellationToken

To CancellationToken to use for the write operation.

Returns

Applies to