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.