CacheClearEventArgs Constructor |
Constructs the Event Args
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public CacheClearEventArgs(
bool bClearFiles,
bool bClearCookies
)
Public Sub New (
bClearFiles As Boolean,
bClearCookies As Boolean
)
public:
CacheClearEventArgs(
bool bClearFiles,
bool bClearCookies
)
Parameters
- bClearFiles
- Type: SystemBoolean
Should Cache Files be cleared? - bClearCookies
- Type: SystemBoolean
Should Cookies be cleared?
See Also