FuncTest.Helpers.TestWebApplication.Remove C# (CSharp) Method

Remove() private method

The remove.
private Remove ( ) : void
return void
        internal void Remove()
        {
            // this.WebApplication.Remove();
            this.WebSite.Remove();
            this.Pool.Remove();
        }