RequestHeadersEnricherExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for setting up Request Headers Log Enricher in an IServiceCollection.
public static class RequestHeadersEnricherExtensions
type RequestHeadersEnricherExtensions = class
Public Module RequestHeadersEnricherExtensions
- Inheritance
-
RequestHeadersEnricherExtensions
Methods
AddRequestHeadersLogEnricher(IServiceCollection, Action<RequestHeadersLogEnricherOptions>) |
Adds an instance of Request Headers Log Enricher to the IServiceCollection. |
AddRequestHeadersLogEnricher(IServiceCollection, IConfigurationSection) |
Adds an instance of Request Headers Log Enricher to the IServiceCollection. |
AddRequestHeadersLogEnricher(IServiceCollection) |
Adds an instance of Request Headers Log Enricher to the IServiceCollection. |