Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 IODataResponseMessage
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.