C# 클래스 HealthMonitoring.AcceptanceTests.Helpers.Http.MockWebEndpoint

상속: IDisposable
파일 보기 프로젝트 열기: wongatech/HealthMonitoring 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
MockWebEndpoint ( int port ) : System
Reconfigure ( Action configure ) : void

비공개 메소드들

메소드 설명
MakeNamespaceReservation ( int port ) : void
StartServer ( int port ) : MockedHttpServer

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MockWebEndpoint() 공개 메소드

public MockWebEndpoint ( int port ) : System
port int
리턴 System

Reconfigure() 공개 메소드

public Reconfigure ( Action configure ) : void
configure Action
리턴 void