Click or drag to resize
FiddlerApplicationIsSystemProxy Method
Checks if FiddlerCore is running and registered as the System Proxy.

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

Return Value

Type: Boolean
TRUE if FiddlerCore IsStarted AND registered as the system proxy; FALSE otherwise.
See Also