ODataReader.CreateReadStreamAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously creates a stream for reading an inline stream property.
public virtual System.Threading.Tasks.Task<System.IO.Stream> CreateReadStreamAsync ();
abstract member CreateReadStreamAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
override this.CreateReadStreamAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Overridable Function CreateReadStreamAsync () As Task(Of Stream)
Returns
A stream for reading the stream property.