你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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