DataCacheSessionStoreProvider.InitializeRequest Method (HttpContext)

 

Initializes the outgoing HTTP request.

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

public override void InitializeRequest(
	HttpContext context
)

Parameters

context
Type: System.Web.HttpContext

The context for the current request.

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

Return to top
Show: