C# Class JSNLog.JSNLogMiddleware

Note that the OWIN counterpart of this (also in namespace JSNLog) already has name JSNLogMiddlewareComponent
Afficher le fichier Open project: mperdeck/jsnlog

Méthodes publiques

Méthode Description
Invoke ( HttpContext context ) : System.Threading.Tasks.Task
JSNLogMiddleware ( RequestDelegate next ) : System

Private Methods

Méthode Description
ProcessRequest ( HttpContext context ) : void
ToAspNet5Response ( JSNLog.LogHandling.LogResponse logResponse, HttpResponse owinResponse ) : void
ToDictionary ( StringValues>.IEnumerable values ) : string>.Dictionary
ToDictionary ( string>.IEnumerable values ) : string>.Dictionary

Method Details

Invoke() public méthode

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
Résultat System.Threading.Tasks.Task

JSNLogMiddleware() public méthode

public JSNLogMiddleware ( RequestDelegate next ) : System
next RequestDelegate
Résultat System