Controls whether notification dialogs and prompts should be shown.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool QuietMode { get; set; }
Public Shared Property QuietMode As Boolean
Get
Set
public:
static property bool QuietMode {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also