C# 클래스 Headless.IntegrationTests.WebServer

파일 보기 프로젝트 열기: roryprimrose/Headless

공개 메소드들

메소드 설명
Stop ( ) : void

Stops this instance.

WebServer ( string>.Func method ) : System

Initializes a new instance of the WebServer class.

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

Stop() 공개 메소드

Stops this instance.
public Stop ( ) : void
리턴 void

WebServer() 공개 메소드

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