Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.