WebRequestEventArgs.WebRequestExecutor property

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.

See also

Reference

WebRequestEventArgs class

WebRequestEventArgs members

Microsoft.SharePoint.Client namespace