IEngineCookieStore Property  | 
 Note: This API is now obsolete.
                Gets the cookie service that allows managing cookies for the default profile.
            
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.1
Syntax[ObsoleteAttribute("Use IEngine.Profiles.Default.CookieStore instead.", 
	false)]
ICookieStore CookieStore { get; }Property Value
Type: 
ICookieStore The cookie service that allows managing cookies for the default profile.
See Also