Class HttpGetSchemaMiddleware
- Namespace
- HotChocolate.AspNetCore
- Assembly
- HotChocolate.AspNetCore.dll
public sealed class HttpGetSchemaMiddleware : MiddlewareBase, IDisposable
- Inheritance
-
HttpGetSchemaMiddleware
- Implements
- Inherited Members
Constructors
HttpGetSchemaMiddleware(RequestDelegate, IRequestExecutorResolver, IHttpResponseFormatter, IServerDiagnosticEvents, string, MiddlewareRoutingType)
public HttpGetSchemaMiddleware(RequestDelegate next, IRequestExecutorResolver executorResolver, IHttpResponseFormatter responseFormatter, IServerDiagnosticEvents diagnosticEvents, string schemaName, MiddlewareRoutingType routing)
Parameters
nextRequestDelegateexecutorResolverIRequestExecutorResolverresponseFormatterIHttpResponseFormatterdiagnosticEventsIServerDiagnosticEventsschemaNamestringroutingMiddlewareRoutingType
Methods
InvokeAsync(HttpContext)
public Task InvokeAsync(HttpContext context)
Parameters
contextHttpContext