Share via


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.

See Also

Reference

ClientRequest Class

ClientRequest Members

Microsoft.SharePoint.Client Namespace