Open sandboxFocus

Namespace PostSharp.Patterns.Diagnostics.Correlation

Classes

LegacyHttpCorrelationProtocol

An implementation of the legacy HTTP Correlation Protocol proposed by Microsoft.

Structs

CorrelationRequest

Represents a request for the ICorrelationProtocol interface. Typically, wraps an ASP.NET incoming request or an HttpClient request.

IncomingRequestOptions

Logging options sent by the caller in a distributed logging transaction.

Interfaces

ICorrelationProtocol

Defines the semantics of the request correlation protocol in distributed logging. The protocol adds headers to outgoing requests and interpret headers in incoming requests.

ICorrelationRequestAdapter

Abstraction of the CorrelationRequest type.

Enums

CorrelationRequestDirection

Direction of CorrelationRequest: In or Out.