Click or drag to resize
StreamExtensionsWriteAsync Method
Overload List
  NameDescription
Public methodStatic memberWriteAsync(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.
Public methodStatic memberWriteAsync(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.
Top
See Also