C# Class HealthMonitoring.AcceptanceTests.Helpers.Http.MockWebEndpoint

Inheritance: IDisposable
Mostra file Open project: wongatech/HealthMonitoring Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
MockWebEndpoint ( int port ) : System
Reconfigure ( Action configure ) : void

Private Methods

Method Description
MakeNamespaceReservation ( int port ) : void
StartServer ( int port ) : MockedHttpServer

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MockWebEndpoint() public method

public MockWebEndpoint ( int port ) : System
port int
return System

Reconfigure() public method

public Reconfigure ( Action configure ) : void
configure Action
return void