Share via


SPHttpApplication.SharePointEndRequest Event

Occurs as the last event in the HTTP pipeline chain of execution when Microsoft SharePoint Foundation responds to a request.

Namespace:  Microsoft.SharePoint.ApplicationRuntime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Event SharePointEndRequest As EventHandler
'Usage
Dim instance As SPHttpApplication
Dim handler As EventHandler

AddHandler instance.SharePointEndRequest, handler
public event EventHandler SharePointEndRequest

Remarks

This event is only for when the RegisterGetVaryByCustomStringHandler() method is used to register custom handlers.

See Also

Reference

SPHttpApplication Class

SPHttpApplication Members

Microsoft.SharePoint.ApplicationRuntime Namespace