AspNetFrameworkRequestMetadata<T>.HasInheritedProperty Method |
Name | Description | |
---|---|---|
HasInheritedProperty(Object) |
Determines if the current LogEventMetadata contains any inherited property. The implementation of this method must not allocate heap memory.
(Overrides LogEventMetadata.HasInheritedProperty(Object).) | |
HasInheritedProperty(HttpContext) |
Determines if a given HttpContext defines inherited properties. The default implementation
returns true if the request has a Correlation-Context header.
|