WebBrowser ClearCache Method C# API
Clears the HTTP cache.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public virtual void ClearCache()
Remarks

A WebBrowser object maintains its own HTTP cache, and each Virtual User has its own instance of WebBrowser.

This method clears the HTTP cache in a similar manner to the Delete Files option within Internet Explorer.

See Also