AspNetCoreRequestMetadata<T> Methods
|
The AspNetCoreRequestMetadata<T> generic type exposes the following members.
Methods
| Name | Description |
---|
 | GetExpressionModel |
Gets the object that must be exposed to the expressions in transaction policies.
(Inherited from LogEventMetadata<TExpressionModel>.) |
 | GetPropertyOptions |
Gets the options of a given property.
(Inherited from LogEventMetadata.) |
 | HasInheritedProperty(HttpContext) |
Determines if a given HttpContext defines inherited properties. The default implementation
returns true if the request has a Correlation-Context header.
|
 | 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).) |
 | VisitProperties<TVisitorState>(HttpContext, ILoggingPropertyVisitor<TVisitorState>, TVisitorState, LoggingPropertyVisitorOptions) | |
 | VisitProperties<TVisitorState>(Object, ILoggingPropertyVisitor<TVisitorState>, TVisitorState, LoggingPropertyVisitorOptions) |
Invokes an action for each property in the raw CLR object of a LogEventData.
(Overrides LogEventMetadata.VisitProperties<TVisitorState>(Object, ILoggingPropertyVisitor<TVisitorState>, TVisitorState, LoggingPropertyVisitorOptions).) |
 | VisitProperties<TVisitorState>(Object, ILoggingPropertyVisitor<TVisitorState>, TVisitorState, LoggingPropertyVisitorOptions) |
Invokes an action for each property in the raw CLR object of a LogEventData.
(Inherited from LogEventMetadata.) |
 | VisitProperty<TVisitorState, TValue> | |
See Also