C# Class Stumps.MockHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: Cayan-LLC/stumps Class Usage Examples

Méthodes publiques

Méthode Description
AddHeader ( string headerName, string headerValue ) : void
MockHandler ( ) : System
ProcessRequest ( IStumpsHttpContext context ) : Task
UpdateBody ( string value ) : void

Method Details

AddHeader() public méthode

public AddHeader ( string headerName, string headerValue ) : void
headerName string
headerValue string
Résultat void

MockHandler() public méthode

public MockHandler ( ) : System
Résultat System

ProcessRequest() public méthode

public ProcessRequest ( IStumpsHttpContext context ) : Task
context IStumpsHttpContext
Résultat Task

UpdateBody() public méthode

public UpdateBody ( string value ) : void
value string
Résultat void