Affecto.Testing.UI.Selenium.IisExpressWebServer.IisExpressWebServer C# (CSharp) Method

IisExpressWebServer() public method

public IisExpressWebServer ( ) : System.Collections.Generic
return System.Collections.Generic
        public IisExpressWebServer()
        {
            processes = new List<Process>();
        }