Table of Contents

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

next RequestDelegate
executorResolver IRequestExecutorResolver
responseFormatter IHttpResponseFormatter
diagnosticEvents IServerDiagnosticEvents
schemaName string
routing MiddlewareRoutingType

Methods

InvokeAsync(HttpContext)

public Task InvokeAsync(HttpContext context)

Parameters

context HttpContext

Returns

Task