Share via


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

See also

Reference

WebRequestEventArgs class

WebRequestEventArgs members

Microsoft.SharePoint.Client namespace