FuncTest.IIS.IisWebSite.Dispose C# (CSharp) Method

Dispose() public method

Disposes the instance of IIS Web Site and frees the underlying resources, can reduce the amount of the memory leak in Server Manager
public Dispose ( ) : void
return void
        public void Dispose()
        {
            this.serverManager.Dispose();
            this.currentPool.Dispose();
        }