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

BinaryContent.WriteTo(Stream, CancellationToken) Method

Definition

Writes contents of this BinaryContent instance to the provided Stream.

public abstract void WriteTo (System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default);
abstract member WriteTo : System.IO.Stream * System.Threading.CancellationToken -> unit
Public MustOverride Sub WriteTo (stream As Stream, Optional cancellationToken As CancellationToken = Nothing)

Parameters

stream
Stream

The stream to write the binary content to.

cancellationToken
CancellationToken

To CancellationToken to use for the write operation.

Applies to