Share via


IODataRequestMessage.GetStream Method ()

 

Gets the stream backing for this message.

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

Syntax

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", 
    Justification = "This is intentionally a method.")]
Stream GetStream()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", 
    Justification = "This is intentionally a method.")]
Stream^ GetStream()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate",
    Justification = "This is intentionally a method.")>]
abstract GetStream : unit -> Stream
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate",
    Justification := "This is intentionally a method.")>
Function GetStream As Stream

Return Value

Type: System.IO.Stream

The stream backing for this message.

See Also

IODataRequestMessage Interface
Microsoft.OData.Core Namespace

Return to top