Click or drag to resize
FiddlerApplicationIsStarted Method
Checks if FiddlerCore is running.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool IsStarted()

Return Value

Type: Boolean
TRUE if FiddlerCore is started/listening; FALSE otherwise.
See Also