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.
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.
This event occurs before the AspNetWebSocket connection begins.
.NET Framework
Available since 4.5
Available since 4.5
Show: