ClientRuntimeContext.WebRequestExecutorFactory 属性
Gets or sets the factory to create the WebRequestExecutor that is used to send the request to and get the response from the server.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public Property WebRequestExecutorFactory As WebRequestExecutorFactory
Get
Set
用法
Dim instance As ClientRuntimeContext
Dim value As WebRequestExecutorFactory
value = instance.WebRequestExecutorFactory
instance.WebRequestExecutorFactory = value
public WebRequestExecutorFactory WebRequestExecutorFactory { get; set; }
属性值
类型:Microsoft.SharePoint.Client.WebRequestExecutorFactory
The factory used to create the WebRequestExecutor.