IODataRequestMessage.GetStream Method

Gets the stream backing for this message.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Function GetStream As Stream
'Usage
Dim instance As IODataRequestMessage 
Dim returnValue As Stream 

returnValue = instance.GetStream()
Stream GetStream()
Stream^ GetStream()
abstract GetStream : unit -> Stream
function GetStream() : Stream

Return Value

Type: System.IO.Stream
The stream backing for this message.

See Also

Reference

IODataRequestMessage Interface

Microsoft.Data.OData Namespace