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 object that is used to send the request to the server and get the response from the server.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property WebRequestExecutor As WebRequestExecutor
Get
'Usage
Dim instance As WebRequestEventArgs
Dim value As WebRequestExecutor
value = instance.WebRequestExecutor
public WebRequestExecutor WebRequestExecutor { get; }
Property Value
Type: Microsoft.SharePoint.Client.WebRequestExecutor
An executor used to send the request to the server and get the response from the server.