AspNetCoreRequestMetadata<T>.HasInheritedProperty Method (HttpContext) |
Determines if a given HttpContext defines inherited properties. The default implementation
returns true if the request has a Correlation-Context header.
Namespace: PostSharp.Patterns.Diagnostics.Adapters.AspNetCore
Assembly: PostSharp.Patterns.Diagnostics.Adapters.AspNetCore (in PostSharp.Patterns.Diagnostics.Adapters.AspNetCore.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
protected virtual bool HasInheritedProperty( HttpContext httpContext )
Parameters
- httpContext
- Type: HttpContext