| DelegatingStreamReadAsync Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | 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.(Inherited from Stream.) | 
|  | 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.(Overrides StreamReadAsync(Byte, Int32, Int32, CancellationToken).) | 
 See Also
See Also