Skip to content

IBinaryReader.ReadToEndAsync Method

Definition

Reads all remaining bytes from the source.

public abstract ValueTask<Byte[]> ReadToEndAsync();

Returns

ValueTask<Byte[]>

A ValueTask<TResult> yielding the remaining bytes.