FiddlerApplicationIsStarted Method |
Checks if FiddlerCore is running.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool IsStarted()
Public Shared Function IsStarted As Boolean
public:
static bool IsStarted()
Return Value
Type:
BooleanTRUE if FiddlerCore is started/listening; FALSE otherwise.
See Also