Hello.
I manually configure my application to point at FidlerCore instance
FiddlerApplication.Startup(0, false, false);
URLMonInterop.SetProxyInProcess("127.0.0.1:" + FiddlerApplication.oProxy.ListenPort, "<-loopback>");
When capture is comlete, I'm trying to reset the current process back to the default system proxy, but
URLMonInterop.ResetProxyInProcessToDefault();
doesn't do anything