C# Class Skimur.Web.Infrastructure.ForceHttpsMiddleware

Afficher le fichier Open project: skimur/skimur

Méthodes publiques

Méthode Description
ForceHttpsMiddleware ( RequestDelegate next, ISettingsProvider settings ) : Microsoft.AspNet.Builder
Invoke ( Microsoft.AspNet.Http.HttpContext context ) : System.Threading.Tasks.Task

Method Details

ForceHttpsMiddleware() public méthode

public ForceHttpsMiddleware ( RequestDelegate next, ISettingsProvider settings ) : Microsoft.AspNet.Builder
next RequestDelegate
settings ISettingsProvider
Résultat Microsoft.AspNet.Builder

Invoke() public méthode

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