Click or drag to resize

WebFileCacheEventArgs Constructor

Initializes a new instance of the WebFileCacheEventArgs class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public WebFileCacheEventArgs(
	WebFileCacheClient client,
	WebFileCacheRequestOptions options,
	string contentUrl
)

Parameters

client
Type: callback.ShellBoost.Core.UtilitiesWebFileCacheClient
The client.
options
Type: callback.ShellBoost.Core.UtilitiesWebFileCacheRequestOptions
The options.
contentUrl
Type: SystemString
The content URL.
Exceptions
ExceptionCondition
ArgumentNullException client is null or options is null or contentUrl is null.
See Also