ClassWinINETCache
Class
Wrapper for WinINET cache APIs.
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public class WinINETCache
Inheritance: objectWinINETCache
Inherited Members
Constructors
WinINETCache()
Declaration
cs-api-definition
public WinINETCache()
Methods
ClearCacheItems(bool, bool)
Clear the Cache items. Note: May be synchronous, may be asynchronous.
ClearCookies()
Clear all HTTP Cookies from the WinINET Cache
Declaration
cs-api-definition
public static void ClearCookies()
ClearCookiesForHost(string)
Delete all permanent WinINET cookies for sHost; won't clear memory-only session cookies. Supports hostnames with an optional leading wildcard, e.g. *example.com. NOTE: Will not work on VistaIE Protected Mode cookies.
Declaration
cs-api-definition
[CodeDescription("Delete all permanent WinINET cookies for sHost; won't clear memory-only session cookies. Supports hostnames with an optional leading wildcard, e.g. *example.com. NOTE: Will not work on VistaIE Protected Mode cookies.")]
public static void ClearCookiesForHost(string sHost)
Parameters
sHost
The hostname whose cookies should be cleared
ClearFiles()
Clear all files from the WinINET Cache
Declaration
cs-api-definition
public static void ClearFiles()