ClientRuntimeContext.OnExecutingWebRequest method

Raises the ExecutingWebRequest event.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Protected Overridable Sub OnExecutingWebRequest ( _
    args As WebRequestEventArgs _
)
'Usage
Dim args As WebRequestEventArgs

Me.OnExecutingWebRequest(args)
protected virtual void OnExecutingWebRequest(
    WebRequestEventArgs args
)

Parameters

Remarks

This method is called to fire the ExecutingWebRequest event.

See also

Reference

ClientRuntimeContext class

ClientRuntimeContext members

Microsoft.SharePoint.Client namespace