共用方式為


WebRequestEventArgs.WebRequestExecutor Property

Gets the object that is used to send the request to the server 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 ReadOnly Property WebRequestExecutor As WebRequestExecutor
    Get
'Usage
Dim instance As WebRequestEventArgs
Dim value As WebRequestExecutor

value = instance.WebRequestExecutor
public WebRequestExecutor WebRequestExecutor { get; }

Property Value

Type: Microsoft.SharePoint.Client.WebRequestExecutor
An executor used to send the request to the server and get the response from the server.

See Also

Reference

WebRequestEventArgs Class

WebRequestEventArgs Members

Microsoft.SharePoint.Client Namespace