12 references to ResponseHeaders
HttpLogging.Sample (1)
SampleHttpLoggingInterceptor.cs (1)
63if (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)
338if (loggingFields.HasFlag(HttpLoggingFields.ResponseHeaders))
Microsoft.AspNetCore.HttpLogging.Tests (8)
HttpLoggingMiddlewareTests.cs (8)
957options.CurrentValue.LoggingFields = HttpLoggingFields.ResponseHeaders; 981options.CurrentValue.LoggingFields = HttpLoggingFields.ResponseHeaders; 1001options.CurrentValue.LoggingFields = HttpLoggingFields.ResponseHeaders; 1302options.CurrentValue.LoggingFields = HttpLoggingFields.ResponseHeaders; 1422[InlineData(HttpLoggingFields.ResponseHeaders)] 1459[InlineData(HttpLoggingFields.ResponseHeaders)] 1796responseContext.Disable(HttpLoggingFields.ResponseHeaders); 1886responseContext.Disable(HttpLoggingFields.ResponseHeaders);