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.

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

public:
virtual ISubscriptionToken^ AddOnRequestCompleted(
	Action<HttpContextBase^>^ callback
)

Parameters

callback
Type: System::Action<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: