3 references to Response
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
152
|| (!logContext.IsAnyEnabled(HttpLoggingFields.
Response
) && logContext.Parameters.Count == 0))
Microsoft.AspNetCore.HttpLogging (2)
HttpLoggingFields.cs (2)
192
/// Includes <see cref="Request"/>, <see cref="
Response
"/>, and <see cref="Duration"/>.
201
All = Request |
Response
| Duration