WebRequestExecutor.GetRequestStream method
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.