Click or drag to resize

WebCacheShellContent Constructor

Initializes a new instance of the StreamShellContent class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public WebCacheShellContent(
	WebFileCache cache,
	string url,
	WebFileCacheRequestOptions downloadOptions = null
)

Parameters

cache
Type: callback.ShellBoost.Core.UtilitiesWebFileCache
The WebFileCache cache instance.
url
Type: SystemString
The url to download the file from.
downloadOptions (Optional)
Type: callback.ShellBoost.Core.UtilitiesWebFileCacheRequestOptions
Optional download options.
Exceptions
ExceptionCondition
ArgumentNullExceptioncache is null.
See Also