4 references to BindDataClassifications
Microsoft.Extensions.Http.Diagnostics (4)
Logging\Internal\LoggingOptionsConfigureOptions.cs (4)
45
BindDataClassifications
(_section.GetSection(nameof(LoggingOptions.RequestQueryParametersDataClasses)), options.RequestQueryParametersDataClasses);
59
BindDataClassifications
(_section.GetSection(nameof(LoggingOptions.RequestHeadersDataClasses)), options.RequestHeadersDataClasses);
60
BindDataClassifications
(_section.GetSection(nameof(LoggingOptions.ResponseHeadersDataClasses)), options.ResponseHeadersDataClasses);
63
BindDataClassifications
(_section.GetSection(nameof(LoggingOptions.RouteParameterDataClasses)), options.RouteParameterDataClasses);