ICorrelationProtocol Interface |
Namespace: PostSharp.Patterns.Diagnostics.Correlation
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.9.11.0 (6.9.11.0)
public interface ICorrelationProtocol
The ICorrelationProtocol type exposes the following members.
Name | Description | |
---|---|---|
GetIncomingRequestOptions |
Gets the IncomingRequestOptions for an incoming request.
| |
ProcessIncomingRequest |
Processes an incoming request. The implementation must read the request headers and alter the OpenActivityOptions accordingly.
This method is invoked only if the incoming request will be logged.
| |
ProcessOutgoingRequest |
Processes an incoming request. The implementation must read the request headers and alter the OpenActivityOptions accordingly.
|