WebRequestExecutor.Dispose method
Releases the resources used by the WebRequestExecutor.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Overridable Sub Dispose
'Usage
Dim instance As WebRequestExecutor
instance.Dispose()
public virtual void Dispose()
Implements
Remarks
This method cannot be called. The derived classes should be designed to release the resource, such as closing the response stream.