IBinaryReader.ReadToEndAsync Method
Definition
Reads all remaining bytes from the source.
public abstract ValueTask<Byte[]> ReadToEndAsync();
Returns
A ValueTask<TResult> yielding the remaining bytes.
Reads all remaining bytes from the source.
public abstract ValueTask<Byte[]> ReadToEndAsync();
A ValueTask<TResult> yielding the remaining bytes.