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 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()