MemoryStream.ReadAsync Method

Include Protected Members
Include Inherited Members

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
ReadAsync(array<Byte>[]()[], Int32, Int32) Asynchronously reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. (Inherited from Stream.)
ReadAsync(array<Byte>[]()[], Int32, Int32, CancellationToken) Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests. (Overrides Stream..::.ReadAsync(array<Byte>[]()[], Int32, Int32, CancellationToken).)

Top

See Also

Reference

MemoryStream Class

MemoryStream Members

System.IO Namespace