Share via


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

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