Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously get the stream backing for this message.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Function GetStreamAsync As Task(Of Stream)
'Usage
Dim instance As IODataResponseMessageAsync
Dim returnValue As Task(Of Stream)
returnValue = instance.GetStreamAsync()
Task<Stream> GetStreamAsync()
Task<Stream^>^ GetStreamAsync()
abstract GetStreamAsync : unit -> Task<Stream>
function GetStreamAsync() : Task<Stream>
Return Value
Type: System.Threading.Tasks.Task<Stream>
The stream backing for this message.