Click or drag to resize

WebFileCacheOnClientRequestSetup Method

Handles the ClientRequestSetup event.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void OnClientRequestSetup(
	Object sender,
	WebFileCacheEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: ShellBoost.Core.UtilitiesWebFileCacheEventArgs
The WebFileCacheEventArgs instance containing the event data.
See Also