protected virtual void Dispose(bool disposing) { if (disposing) { HttpProxyServer.Dispose(); ProxyServer.Dispose(); ProxyClient.Dispose(); SaveConfiguration(); } }