C# Class OpenRasta.Pipeline.ResponseMiddleware

Inheritance: AbstractContributorMiddleware
Afficher le fichier Open project: openrasta/openrasta-core

Méthodes publiques

Méthode Description
Invoke ( ICommunicationContext env ) : System.Threading.Tasks.Task
ResponseMiddleware ( Func singleTapContributor ) : System

Method Details

Invoke() public méthode

public Invoke ( ICommunicationContext env ) : System.Threading.Tasks.Task
env ICommunicationContext
Résultat System.Threading.Tasks.Task

ResponseMiddleware() public méthode

public ResponseMiddleware ( Func singleTapContributor ) : System
singleTapContributor Func
Résultat System