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

Inheritance: IServer
Mostra file Open project: kkrac/ProSpec

Public Methods

Method 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 method

public AspNetDevServer ( string serverPath, string physicalPath ) : System
serverPath string
physicalPath string
return System

AspNetDevServer() public method

public AspNetDevServer ( string serverPath, string physicalPath, string virtualPath ) : System
serverPath string
physicalPath string
virtualPath string
return System

AspNetDevServer() public method

public AspNetDevServer ( string serverPath, string port, string physicalPath, string virtualPath ) : System
serverPath string
port string
physicalPath string
virtualPath string
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void