Table of Contents

Class HealthClientOptions

Namespace
Quilt4Net.Toolkit
Assembly
Quilt4Net.Toolkit.dll

This option can be configured by code or with appsettings.json on location "Quilt4Net/HealthClient"

public record HealthClientOptions : IEquatable<HealthClientOptions>
Inheritance
HealthClientOptions
Implements
Inherited Members

Properties

HealthAddress

HealthAddress to the health API.

public string HealthAddress { get; set; }

Property Value

string