AspNetFrameworkRequestMetadata Class |
PostSharp.Patterns.Diagnostics.Custom.LogEventMetadata
PostSharp.Patterns.Diagnostics.Custom.LogEventMetadata<AspNetFrameworkRequestExpressionModel>
PostSharp.Patterns.Diagnostics.Adapters.AspNetFramework.AspNetFrameworkRequestMetadata<AspNetFrameworkRequestExpressionModel>
PostSharp.Patterns.Diagnostics.Adapters.AspNetFramework.AspNetFrameworkRequestMetadata
Namespace: PostSharp.Patterns.Diagnostics.Adapters.AspNetFramework
Assembly: PostSharp.Patterns.Diagnostics.Adapters.AspNetFramework (in PostSharp.Patterns.Diagnostics.Adapters.AspNetFramework.dll) Version: 2023.0.3.0 (2023.0.3.0)
public class AspNetFrameworkRequestMetadata : AspNetFrameworkRequestMetadata<AspNetFrameworkRequestExpressionModel>
The AspNetFrameworkRequestMetadata type exposes the following members.
Name | Description | |
---|---|---|
AspNetFrameworkRequestMetadata() |
Initializes a new AspNetFrameworkRequestMetadata with the default name.
You must not invoke this constructor if you are deriving the class.
| |
AspNetFrameworkRequestMetadata(String) |
Initializes a new AspNetFrameworkRequestMetadata and specifies the name. Invoke
this constructor if you are deriving 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.) |