Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Called by the Web.SessionState.SessionStateModule object at the end of a request.

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

Syntax

C#
public override void EndRequest(
	HttpContext context
)

Parameters

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

See Also