This topic has not yet been rated - Rate this topic

Stream.ReadAsync Method

.NET Framework 4.5

Asynchronously reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.

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

  Name Description
Public method ReadAsync(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.
Public method ReadAsync(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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.