CacheClearEventArgsClearCookies Property |
True if the user wants cookies to be cleared
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool ClearCookies { get; set; }
Public Property ClearCookies As Boolean
Get
Set
public:
property bool ClearCookies {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also