Click or drag to resize
StreamExtensionsReadAsync Method
Overload List
  NameDescription
Public methodStatic memberReadAsync(Stream, Byte, Int32, Int32)
Asynchronously reads a sequence of bytes from a stream and advances the position within the stream by the number of bytes read.
Public methodStatic memberReadAsync(Stream, Byte, Int32, Int32, CancellationToken)
Asynchronously reads a sequence of bytes from a stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.
Top
See Also