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

IDisposable.Dispose()

Remarks

This method cannot be called. The derived classes should be designed to release the resource, such as closing the response stream.

See Also

Reference

WebRequestExecutor Class

WebRequestExecutor Members

Microsoft.SharePoint.Client Namespace