Click or drag to resize
CacheClearEventArgs Constructor
Constructs the Event Args

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public CacheClearEventArgs(
	bool bClearFiles,
	bool bClearCookies
)

Parameters

bClearFiles
Type: SystemBoolean
Should Cache Files be cleared?
bClearCookies
Type: SystemBoolean
Should Cookies be cleared?
See Also