次の方法で共有


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.

関連項目

参照先

ClientRuntimeContext クラス

ClientRuntimeContext メンバー

Microsoft.SharePoint.Client 名前空間