ClientRequest.RequestExecutor property
Gets the Web request executor of the client request.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property RequestExecutor As WebRequestExecutor
Get
'Usage
Dim instance As ClientRequest
Dim value As WebRequestExecutor
value = instance.RequestExecutor
public WebRequestExecutor RequestExecutor { get; }
Property value
Type: Microsoft.SharePoint.Client.WebRequestExecutor
The Web request executor of the client request.