C# Class ApplicationInsights.OwinExtensions.Tests.Utils.NoopMiddleware

Inheritance: Microsoft.Owin.OwinMiddleware
Afficher le fichier Open project: marcinbudny/applicationinsights-owinextensions

Méthodes publiques

Méthode Description
Invoke ( IOwinContext context ) : System.Threading.Tasks.Task
NoopMiddleware ( Microsoft.Owin.OwinMiddleware next = null ) : System.Threading.Tasks

Method Details

Invoke() public méthode

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

NoopMiddleware() public méthode

public NoopMiddleware ( Microsoft.Owin.OwinMiddleware next = null ) : System.Threading.Tasks
next Microsoft.Owin.OwinMiddleware
Résultat System.Threading.Tasks