C# Class ProSpec.Core.Hosting.Web.AspNetDevServer

Inheritance: IServer
Afficher le fichier Open project: kkrac/ProSpec

Méthodes publiques

Méthode Description
AspNetDevServer ( string serverPath, string physicalPath ) : System
AspNetDevServer ( string serverPath, string physicalPath, string virtualPath ) : System
AspNetDevServer ( string serverPath, string port, string physicalPath, string virtualPath ) : System
Start ( ) : void
Stop ( ) : void

Method Details

AspNetDevServer() public méthode

public AspNetDevServer ( string serverPath, string physicalPath ) : System
serverPath string
physicalPath string
Résultat System

AspNetDevServer() public méthode

public AspNetDevServer ( string serverPath, string physicalPath, string virtualPath ) : System
serverPath string
physicalPath string
virtualPath string
Résultat System

AspNetDevServer() public méthode

public AspNetDevServer ( string serverPath, string port, string physicalPath, string virtualPath ) : System
serverPath string
port string
physicalPath string
virtualPath string
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void