HttpContextBase.AddOnRequestCompleted Method (Action(Of HttpContextBase))

.NET Framework (current version)
 

When implemented in a derived class, raises a virtual event that occurs when the HTTP part of the request is ending.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

Public Overridable Function AddOnRequestCompleted (
	callback As Action(Of HttpContextBase)
) As ISubscriptionToken

Parameters

callback
Type: System.Action(Of HttpContextBase)

The HTTP context object.

Return Value

Type: System.Web.ISubscriptionToken

The subscription token.

This event occurs before the AspNetWebSocket connection begins.

.NET Framework
Available since 4.5
Return to top
Show: