ClientRuntimeContext.OnExecutingWebRequest Method

Raises the ExecutingWebRequest event.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  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