ODataWriter.WriteStream(ODataBinaryStreamValue) 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.
Creates a stream for writing a binary value.
public Microsoft.OData.ODataWriter WriteStream (Microsoft.OData.ODataBinaryStreamValue stream);
member this.WriteStream : Microsoft.OData.ODataBinaryStreamValue -> Microsoft.OData.ODataWriter
Public Function WriteStream (stream As ODataBinaryStreamValue) As ODataWriter
Parameters
- stream
- ODataBinaryStreamValue
The stream to write.
Returns
This ODataWriter, allowing for chaining operations.