IncomingRequestOptions Structure |
Namespace: PostSharp.Patterns.Diagnostics.Correlation
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.0)
public readonly struct IncomingRequestOptions
The IncomingRequestOptions type exposes the following members.
Name | Description | |
---|---|---|
IncomingRequestOptions |
Initializes a new IncomingRequestOptions.
|
Name | Description | |
---|---|---|
IsParentSampled |
Determines whether the parent request was logged as a result of sampling,
i.e. it was logged by a policy that had a sampling clause. It corresponds
to the sampled flag of the W3C Trace Context specification
(https://www.w3.org/TR/trace-context/#sampled-flag).
|