ChunkSequence
Represents extension methods for ChunkSequence<T>.
public static Task CopyToAsync(this ChunkSequence<byte> sequence, Stream output, CancellationToken token = default)
Copies chunks of bytes into the stream.
public static Task CopyToAsync(this ChunkSequence<char> sequence, TextWriter output, CancellationToken token = default)
Copies chunks of bytes into the text writer.