WebRequestEventArgs constructor
Initializes a new instance of the WebRequestEventArgs class.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub New ( _
webRequestExecutor As WebRequestExecutor _
)
'Usage
Dim webRequestExecutor As WebRequestExecutor
Dim instance As New WebRequestEventArgs(webRequestExecutor)
public WebRequestEventArgs(
WebRequestExecutor webRequestExecutor
)
Parameters
webRequestExecutor
Type: Microsoft.SharePoint.Client.WebRequestExecutorThe Web request executor that sends the request to the server and gets the response from the server.