Click or drag to resize

IProfileCookieStore Property

Gets the cookie service that allows managing cookies.

Namespace:  DotNetBrowser.Profile
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
ICookieStore CookieStore { get; }

Property Value

Type: ICookieStore
The cookie service that allows managing cookies.
See Also