Table of Contents

Class Constants

Namespace
Cratis.Applications.Tenancy
Assembly
Cratis.Applications.dll

Holds constants related to correlation id.

public static class Constants
Inheritance
Constants
Inherited Members

Fields

DefaultTenantIdHeader

Gets the header name for the correlation id.

public const string DefaultTenantIdHeader = "x-cratis-tenant-id"

Field Value

string

TenantIdItemKey

Gets the item key for the correlation id.

public const string TenantIdItemKey = "TenantId"

Field Value

string