WebRequestExecutor class
Provides an abstract class to issue a Web request to the server and get a response from the server.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.WebRequestExecutor
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public MustInherit Class WebRequestExecutor _
Implements IDisposable
'Usage
Dim instance As WebRequestExecutor
public abstract class WebRequestExecutor : IDisposable
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.