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: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static void ClearCookiesForHost(
string sHost
)
Public Shared Sub ClearCookiesForHost (
sHost As String
)
public:
static void ClearCookiesForHost(
String^ sHost
)
Parameters
- sHost
- Type: SystemString
The hostname whose cookies should be cleared
See Also