C# Class Headless.IntegrationTests.WebServer

Afficher le fichier Open project: roryprimrose/Headless

Méthodes publiques

Méthode Description
Stop ( ) : void

Stops this instance.

WebServer ( string>.Func method ) : System

Initializes a new instance of the WebServer class.

Private Methods

Méthode Description
Start ( ) : void

Method Details

Stop() public méthode

Stops this instance.
public Stop ( ) : void
Résultat void

WebServer() public méthode

Initializes a new instance of the WebServer class.
public WebServer ( string>.Func method ) : System
method string>.Func /// The method. ///
Résultat System