获取将用于写入请求负载的流。
命名空间: System.Data.Services.Client
程序集: Microsoft.Data.Services.Client(在 Microsoft.Data.Services.Client.dll 中)
语法
声明
Public Function GetStream As Stream
用法
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
返回值
类型:System.IO.Stream
需要向其写入请求负载的流。
实现
IODataRequestMessage.GetStream()