StreamExtensionsWriteAsync Method |
Name | Description | |
---|---|---|
WriteAsync(Stream, Byte, Int32, Int32) |
Asynchronously writes a sequence of bytes to a stream and advances the position within the stream by the number of bytes written.
| |
WriteAsync(Stream, Byte, Int32, Int32, CancellationToken) |
Asynchronously writes a sequence of bytes to a stream, advances the position within the stream by the number of bytes written,
and monitors cancellation requests.
|