WrappingStreamBase.WriteAsync method

Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.

public abstract Task WriteAsync(byte[] buffer, int offset, int count, 
    CancellationToken cancellationToken)

See Also