HttpWebRequestMessage.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 Overrides Function GetStream As Stream
'Usage
Dim instance As HttpWebRequestMessage
Dim returnValue As Stream
returnValue = instance.GetStream()
public override Stream GetStream()
public:
virtual Stream^ GetStream() override
abstract GetStream : unit -> Stream
override GetStream : unit -> Stream
public override function GetStream() : Stream
Return Value
Type: System.IO.Stream
Stream to which the request payload needs to be written.
Implements
IODataRequestMessage.GetStream()