12 references to Parameters
Microsoft.AspNetCore.Diagnostics.Middleware (4)
Logging\HttpLoggingRedactionInterceptor.cs (4)
129
_requestHeadersReader.Read(context.Request.Headers, logContext.
Parameters
);
141
_responseHeadersReader.Read(context.Response.Headers, logContext.
Parameters
);
146
|| (!logContext.IsAnyEnabled(HttpLoggingFields.Response) && logContext.
Parameters
.Count == 0))
171
logContext.
Parameters
.Add(pair);
Microsoft.AspNetCore.HttpLogging (8)
HttpLoggingInterceptorContext.cs (2)
18
/// to <see cref="IHttpLoggingInterceptor.OnResponseAsync(HttpLoggingInterceptorContext)"/> except the <see cref="
Parameters
"/>
84
/// Adds data that will be logged as part of the request or response. See <see cref="
Parameters
"/>.
IHttpLoggingInterceptor.cs (6)
16
/// <see cref="OnResponseAsync(HttpLoggingInterceptorContext)"/> except the <see cref="HttpLoggingInterceptorContext.
Parameters
"/>
18
/// If no request fields are enabled, and the <see cref="HttpLoggingInterceptorContext.
Parameters
"/> collection is empty, no request logging will occur.
19
/// If <see cref="HttpLoggingOptions.CombineLogs"/> is enabled then <see cref="HttpLoggingInterceptorContext.
Parameters
"/> will carry over from the request to response
29
/// over from <see cref="OnRequestAsync(HttpLoggingInterceptorContext)"/> (except the <see cref="HttpLoggingInterceptorContext.
Parameters
"/>) and response settings may
30
/// still be modified. Changes to request settings will have no effect. If no response fields are enabled, and the <see cref="HttpLoggingInterceptorContext.
Parameters
"/>
32
/// If <see cref="HttpLoggingOptions.CombineLogs"/> is enabled then <see cref="HttpLoggingInterceptorContext.
Parameters
"/> will carry over from the request to response