DataCacheSessionStoreProvider.EndRequest Method (HttpContext)

 

Called by the SessionStateModule class at the end of a request

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Public Overrides Sub EndRequest (
	context As HttpContext
)

Parameters

context
Type: System.Web.HttpContext

The HttpContext for the current request.

For more information, see the documentation for the base class SessionStateStoreProviderBase.

Return to top
Show: