C# Class ScottBrady91.BlogExampleCode.OwinMiddleware.OwinMiddleware.OrderMiddleware

Inheritance: Microsoft.Owin.OwinMiddleware
Datei anzeigen Open project: scottbrady91/Blog-Example-Classes

Public Methods

Method Description
Invoke ( IOwinContext context ) : System.Threading.Tasks.Task
OrderMiddleware ( Microsoft.Owin.OwinMiddleware next ) : System.Collections.Generic

Method Details

Invoke() public method

public Invoke ( IOwinContext context ) : System.Threading.Tasks.Task
context IOwinContext
return System.Threading.Tasks.Task

OrderMiddleware() public method

public OrderMiddleware ( Microsoft.Owin.OwinMiddleware next ) : System.Collections.Generic
next Microsoft.Owin.OwinMiddleware
return System.Collections.Generic