WebRequestExecutor.GetResponseStream method
Gets the response stream from the server.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public MustOverride Function GetResponseStream As Stream
'Usage
Dim instance As WebRequestExecutor
Dim returnValue As Stream
returnValue = instance.GetResponseStream()
public abstract Stream GetResponseStream()
Return value
Type: System.IO.Stream
The response stream.
Remarks
This method gets the stream that is used to read the body of the response from the server.