IEngineHttpCache Property |
Note: This API is now obsolete.
Gets the HTTP cache service for the default profile.
Namespace:
DotNetBrowser.Engine
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax [ObsoleteAttribute("Use IEngine.Profiles.Default.HttpCache instead.",
false)]
IHttpCache HttpCache { get; }
Property Value
Type:
IHttpCacheThe HTTP cache service for the default profile.
See Also