C# Class Owin.ProvideGenericUserMiddleware

Ensures we have a generic user identity on the Request.User property, for use with self-hosted scenarios.
Inheritance: Microsoft.Owin.OwinMiddleware
Mostra file Open project: dealproc/Drey

Public Methods

Method Description
Invoke ( IOwinContext context ) : System.Threading.Tasks.Task

Process an individual request.

ProvideGenericUserMiddleware ( Microsoft.Owin.OwinMiddleware next ) : Drey.Owin.Logging

Method Details

Invoke() public method

Process an individual request.
public Invoke ( IOwinContext context ) : System.Threading.Tasks.Task
context IOwinContext
return System.Threading.Tasks.Task

ProvideGenericUserMiddleware() public method

public ProvideGenericUserMiddleware ( Microsoft.Owin.OwinMiddleware next ) : Drey.Owin.Logging
next Microsoft.Owin.OwinMiddleware
return Drey.Owin.Logging