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

Inheritance: IDisposable
Afficher le fichier Open project: wongatech/HealthMonitoring Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
MockWebEndpoint ( int port ) : System
Reconfigure ( Action configure ) : void

Private Methods

Méthode Description
MakeNamespaceReservation ( int port ) : void
StartServer ( int port ) : MockedHttpServer

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MockWebEndpoint() public méthode

public MockWebEndpoint ( int port ) : System
port int
Résultat System

Reconfigure() public méthode

public Reconfigure ( Action configure ) : void
configure Action
Résultat void