Share via


ODataBatchOperationRequestMessage.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>
override this.GetStreamAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function GetStreamAsync () As Task(Of Stream)

Returns

The stream backing for this message.

Implements

Applies to