Click or drag to resize

WebCacheShellContentDownloadOptions Property

Gets or sets download options. Must be set before any call to Read or Seek.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public WebFileCacheRequestOptions DownloadOptions { get; set; }

Property Value

Type: WebFileCacheRequestOptions
The download options.
See Also