Click or drag to resize
WinINETCacheClearCookiesForHost Method
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.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static void ClearCookiesForHost(
	string sHost
)

Parameters

sHost
Type: SystemString
The hostname whose cookies should be cleared
See Also