Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Called by the Web.SessionState.SessionStateModule object at the end of a request.

Namespace:  Tangosol.Web
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override void EndRequest(
	HttpContext context
)

Parameters

context
Type: System.Web..::.HttpContext
The Web.HttpContext for the current request.

See Also