13 references to ResponseHeaders
HttpLogging.Sample (1)
SampleHttpLoggingInterceptor.cs (1)
63if (logContext.TryDisable(HttpLoggingFields.ResponseHeaders))
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
145if (logContext.TryDisable(HttpLoggingFields.ResponseHeaders))
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingFields.cs (2)
166/// Includes <see cref="ResponseStatusCode"/> and <see cref="ResponseHeaders"/>. 168ResponsePropertiesAndHeaders = ResponseStatusCode | ResponseHeaders,
HttpLoggingMiddleware.cs (1)
344if (loggingFields.HasFlag(HttpLoggingFields.ResponseHeaders))
Microsoft.AspNetCore.HttpLogging.Tests (8)
HttpLoggingMiddlewareTests.cs (8)
1014options.CurrentValue.LoggingFields = HttpLoggingFields.ResponseHeaders; 1038options.CurrentValue.LoggingFields = HttpLoggingFields.ResponseHeaders; 1058options.CurrentValue.LoggingFields = HttpLoggingFields.ResponseHeaders; 1385options.CurrentValue.LoggingFields = HttpLoggingFields.ResponseHeaders; 1505[InlineData(HttpLoggingFields.ResponseHeaders)] 1542[InlineData(HttpLoggingFields.ResponseHeaders)] 1945responseContext.Disable(HttpLoggingFields.ResponseHeaders); 2035responseContext.Disable(HttpLoggingFields.ResponseHeaders);