Grabacr07.KanColleWrapper.KanColleProxy.Shutdown C# (CSharp) Method

Shutdown() public method

public Shutdown ( ) : void
return void
        public void Shutdown()
        {
            this.compositeDisposable.Dispose();

            FiddlerApplication.BeforeRequest -= this.SetUpstreamProxyHandler;
            FiddlerApplication.Shutdown();
        }