AspNetCoreRequestMetadata Class |
PostSharp.Patterns.Diagnostics.Custom.LogEventMetadata
PostSharp.Patterns.Diagnostics.Custom.LogEventMetadata<AspNetCoreRequestExpressionModel>
PostSharp.Patterns.Diagnostics.Adapters.AspNetCore.AspNetCoreRequestMetadata<AspNetCoreRequestExpressionModel>
PostSharp.Patterns.Diagnostics.Adapters.AspNetCore.AspNetCoreRequestMetadata
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)
public class AspNetCoreRequestMetadata : AspNetCoreRequestMetadata<AspNetCoreRequestExpressionModel>
The AspNetCoreRequestMetadata type exposes the following members.
Name | Description | |
---|---|---|
AspNetCoreRequestMetadata() |
Initializes a new AspNetCoreRequestMetadata with the default name.
You must not invoke this constructor if you are deriving the class.
| |
AspNetCoreRequestMetadata(String) |
Initializes a new AspNetCoreRequestMetadata and specifies the name. Invoke
this constructor if you are deriging the class.
|
Name | Description | |
---|---|---|
Name |
Gets the name of the current LogEventMetadata. This property may be undefined. It must be defined
when the LogEventData must be available for evaluation from transaction policy expressions. In this case,
the type of expression model (i.e. the generic parameter of LogEventMetadata<TExpressionModel>) must be identical for identical
values of the Name property.
(Inherited from LogEventMetadata.) |