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 request stream.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public MustOverride Function GetRequestStream As Stream
'Usage
Dim instance As WebRequestExecutor
Dim returnValue As Stream
returnValue = instance.GetRequestStream()
public abstract Stream GetRequestStream()
Return Value
Type: System.IO.Stream
The request stream.
Remarks
The derived class should close the request stream when the Execute() method is called.