WebRequestExecutor.GetResponseStream 方法
Gets the response stream from the server.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public MustOverride Function GetResponseStream As Stream
用法
Dim instance As WebRequestExecutor
Dim returnValue As Stream
returnValue = instance.GetResponseStream()
public abstract Stream GetResponseStream()
返回值
类型:System.IO.Stream
The response stream.
备注
This method gets the stream that is used to read the body of the response from the server.