public SwaggerBuilder(SwaggerOptions options, HttpContext httpContext)
 {
     this.options     = options;
     this.httpContext = httpContext;
 }
Exemplo n.º 2
0
 public NetStitchSwaggerMiddleware(RequestDelegate next, SwaggerOptions options)
 {
     this.next    = next;
     this.options = options;
 }