HttpContextBase::AddOnRequestCompleted Method (Action<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: virtual ISubscriptionToken^ AddOnRequestCompleted( Action<HttpContextBase^>^ callback )
Parameters
- callback
-
Type:
System::Action<HttpContextBase^>^
The HTTP context object.
This event occurs before the AspNetWebSocket connection begins.
.NET Framework
Available since 4.5
Available since 4.5
Show: