public void OnBeforeUnload()

in Source/Program.cs [369:374]


        public void OnBeforeUnload()
        {
            // Serialize preferences using Fiddler's built-in preferences system
            //FiddlerApplication.Prefs.SetStringPref("ext.XboxLiveResiliencyPluginForFiddler.BlockedServices", blockedHostList.ToString());
            //FiddlerApplication.Prefs.SetBoolPref("ext.XboxLiveResiliencyPluginForFiddler.EnableRateLimit", rateLimitServicesMenuItem.Checked);
        }