Table of Contents

Interface ICorrelationIdAccessor

Namespace
Quilt4Net.Toolkit.Framework
Assembly
Quilt4Net.Toolkit.dll

Resolves the correlation id of the current ambient context, used by the Toolkit's outbound HTTP clients to forward it to Quilt4Net.Server so one id spans the whole call chain.

public interface ICorrelationIdAccessor

Properties

Current

The current correlation id, or null when there is none to propagate. A non-null value is the id that Quilt4Net.Toolkit.Api.Framework.CorrelationIdMiddleware placed on the active request (HttpContext); outside an HTTP request there is nothing to forward.

string Current { get; }

Property Value

string