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