C# Class NSwag.AspNetCore.SwaggerUiIndexMiddleware

Afficher le fichier Open project: NSwag/NSwag

Méthodes publiques

Méthode Description
Invoke ( HttpContext context ) : System.Threading.Tasks.Task
SwaggerUiIndexMiddleware ( RequestDelegate nextDelegate, string indexPath, SwaggerUiOwinSettings settings ) : System

Method Details

Invoke() public méthode

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

SwaggerUiIndexMiddleware() public méthode

public SwaggerUiIndexMiddleware ( RequestDelegate nextDelegate, string indexPath, SwaggerUiOwinSettings settings ) : System
nextDelegate RequestDelegate
indexPath string
settings SwaggerUiOwinSettings
Résultat System