FiddlerApplicationIsSystemProxy Method |
Checks if FiddlerCore is running and registered as the System Proxy.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool IsSystemProxy()
Public Shared Function IsSystemProxy As Boolean
public:
static bool IsSystemProxy()
Return Value
Type:
BooleanTRUE if FiddlerCore IsStarted AND registered as the system proxy; FALSE otherwise.
See Also