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