Click or drag to resize

WebFileCacheClientCookies Property

Gets the cookies container instance.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public CookieContainer Cookies { get; }

Property Value

Type: CookieContainer
The cookies container instance.
See Also