ClientRuntimeContext.WebRequestExecutorFactory property

Gets or sets the factory to create the WebRequestExecutor that is used to send the request to 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 Property WebRequestExecutorFactory As WebRequestExecutorFactory
    Get
    Set
'Usage
Dim instance As ClientRuntimeContext
Dim value As WebRequestExecutorFactory

value = instance.WebRequestExecutorFactory

instance.WebRequestExecutorFactory = value
public WebRequestExecutorFactory WebRequestExecutorFactory { get; set; }

Property value

Type: Microsoft.SharePoint.Client.WebRequestExecutorFactory
The factory used to create the WebRequestExecutor.

See also

Reference

ClientRuntimeContext class

ClientRuntimeContext members

Microsoft.SharePoint.Client namespace