ODataWriter.CreateBinaryWriteStreamAsync 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 writing a binary value.
public virtual System.Threading.Tasks.Task<System.IO.Stream> CreateBinaryWriteStreamAsync ();
abstract member CreateBinaryWriteStreamAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
override this.CreateBinaryWriteStreamAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Overridable Function CreateBinaryWriteStreamAsync () As Task(Of Stream)
Returns
A stream to write a binary value to.