Share via


IODataRequestMessageAsync.GetStreamAsync Method

Definition

Asynchronously get the stream backing for this message.

public System.Threading.Tasks.Task<System.IO.Stream> GetStreamAsync ();
abstract member GetStreamAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function GetStreamAsync () As Task(Of Stream)

Returns

The stream for this message.

Applies to