C# Class Affecto.Testing.UI.Selenium.IisExpressWebServer

Datei anzeigen Open project: affecto/dotnet-Testing.UI.Selenium

Public Methods

Method Description
IisExpressWebServer ( ) : System.Collections.Generic
Start ( string webSiteProjectName ) : void
Stop ( ) : void

Method Details

IisExpressWebServer() public method

public IisExpressWebServer ( ) : System.Collections.Generic
return System.Collections.Generic

Start() public method

public Start ( string webSiteProjectName ) : void
webSiteProjectName string
return void

Stop() public method

public Stop ( ) : void
return void