DataServiceClientRequestMessage.GetStream Method
Gets the stream to be used to write the request payload.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public MustOverride Function GetStream As Stream
'Usage
Dim instance As DataServiceClientRequestMessage
Dim returnValue As Stream
returnValue = instance.GetStream()
public abstract Stream GetStream()
public:
virtual Stream^ GetStream() abstract
abstract GetStream : unit -> Stream
public abstract function GetStream() : Stream
Return Value
Type: System.IO.Stream
Stream to which the request payload needs to be written.
Implements
IODataRequestMessage.GetStream()