Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.