C# Class JSNLog.JsnlogMiddlewareComponent

Afficher le fichier Open project: mperdeck/jsnlog

Méthodes publiques

Méthode Description
Invoke ( object>.IDictionary environment ) : System.Threading.Tasks.Task
JsnlogMiddlewareComponent ( AppFunc next ) : System

Private Methods

Méthode Description
ProcessRequest ( IOwinContext context ) : void
ToDictionary ( IReadableStringCollection nameValueCollection ) : string>.Dictionary
ToOwinResponse ( JSNLog.LogHandling.LogResponse logResponse, IOwinResponse owinResponse ) : void

Method Details

Invoke() public méthode

public Invoke ( object>.IDictionary environment ) : System.Threading.Tasks.Task
environment object>.IDictionary
Résultat System.Threading.Tasks.Task

JsnlogMiddlewareComponent() public méthode

public JsnlogMiddlewareComponent ( AppFunc next ) : System
next AppFunc
Résultat System