PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Correlation
Open sandboxFocus

PostSharp.Patterns.Diagnostics.Correlation Namespace

Classes

CorrelationRequest

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

CorrelationRequestDirection

Direction of CorrelationRequest: In or Out.

IncomingRequestOptions

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

LegacyHttpCorrelationProtocol

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

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.