C# 클래스 ProSpec.Core.Hosting.Web.AspNetDevServer

상속: IServer
파일 보기 프로젝트 열기: kkrac/ProSpec

공개 메소드들

메소드 설명
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

메소드 상세

AspNetDevServer() 공개 메소드

public AspNetDevServer ( string serverPath, string physicalPath ) : System
serverPath string
physicalPath string
리턴 System

AspNetDevServer() 공개 메소드

public AspNetDevServer ( string serverPath, string physicalPath, string virtualPath ) : System
serverPath string
physicalPath string
virtualPath string
리턴 System

AspNetDevServer() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void