Table of Contents

Class DefaultTextFormatter

Namespace
Mithril.HealthChecks.Formatters
Assembly
Mithril.HealthChecks.dll

Default text formatter

public class DefaultTextFormatter : ResponseFormatterBaseClass, IResponseFormatter
Inheritance
DefaultTextFormatter
Implements
Inherited Members
Extension Methods

Properties

Order

Gets the order.

public override int Order { get; }

Property Value

int

The order.

Methods

SendResponseAsync(HttpContext, HealthReport)

Sends the response asynchronously.

public override Task SendResponseAsync(HttpContext httpContext, HealthReport healthReport)

Parameters

httpContext HttpContext

The HTTP context.

healthReport HealthReport

The health report.

Returns

Task

The async task.

See Also