C# 클래스 Headless.IntegrationTests.IisExpress

The IisExpress class is used to manage an IIS Express instance for running integration tests.
상속: IDisposable
파일 보기 프로젝트 열기: roryprimrose/Headless 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Start ( string directoryPath, int port, Uri address ) : void

Starts IIS Express using the specified directory path and port.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

비공개 메소드들

메소드 설명
DetermineIisExpressPath ( ) : string

Determines the IIS express path.

SendStopMessageToProcess ( int processId ) : void

The send stop message to process.

StartIisExpress ( ProcessStartInfo info ) : void

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool /// true to release both managed and unmanaged resources; false to release only unmanaged resources. ///
리턴 void

Start() 공개 메소드

Starts IIS Express using the specified directory path and port.
public Start ( string directoryPath, int port, Uri address ) : void
directoryPath string /// The directory path. ///
port int /// The port. ///
address System.Uri /// The address. ///
리턴 void