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 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.