Click or drag to resize

FolderInitEventArgs.ProxyCacheOptions Property

Gets or sets the proxy cache options. If not null, the folder initialization will use these options instead of the server's ProxyCacheOptions property.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ProxyCacheOptions? ProxyCacheOptions { get; set; }

Property Value

Type: Nullable<ProxyCacheOptions>
The proxy cache options.
See Also