Click or drag to resize

WebCacheShellContent Constructor

Initializes a new instance of the StreamShellContent class.

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

Parameters

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