C# Class Banking.Application.FunctionalTests.Middleware.AutoAuthorizeMiddleware

Datei anzeigen Open project: younos1986/DDDBanking

Public Methods

Method Description
AutoAuthorizeMiddleware ( RequestDelegate rd ) : Microsoft.AspNetCore.Http
Invoke ( HttpContext httpContext ) : Task

Method Details

AutoAuthorizeMiddleware() public method

public AutoAuthorizeMiddleware ( RequestDelegate rd ) : Microsoft.AspNetCore.Http
rd RequestDelegate
return Microsoft.AspNetCore.Http

Invoke() public method

public Invoke ( HttpContext httpContext ) : Task
httpContext HttpContext
return Task