HttpContext.AddOnRequestCompleted(Action<HttpContext>) Method

Definition

Raises a virtual event that occurs when the HTTP part of the request is ending.

C#
public System.Web.ISubscriptionToken AddOnRequestCompleted(Action<System.Web.HttpContext> callback);

Parameters

callback
Action<HttpContext>

The HTTP context object.

Returns

The subscription token.

Exceptions

The callback parameter is null.

Remarks

This event occurs before the AspNetWebSocket connection begins.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1