13 references to ResponseHeaders
HttpLogging.Sample (1)
SampleHttpLoggingInterceptor.cs (1)
63
if (logContext.TryDisable(HttpLoggingFields.
ResponseHeaders
))
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
145
if (logContext.TryDisable(HttpLoggingFields.
ResponseHeaders
))
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingFields.cs (2)
166
/// Includes <see cref="ResponseStatusCode"/> and <see cref="
ResponseHeaders
"/>.
168
ResponsePropertiesAndHeaders = ResponseStatusCode |
ResponseHeaders
,
HttpLoggingMiddleware.cs (1)
338
if (loggingFields.HasFlag(HttpLoggingFields.
ResponseHeaders
))
Microsoft.AspNetCore.HttpLogging.Tests (8)
HttpLoggingMiddlewareTests.cs (8)
997
options.CurrentValue.LoggingFields = HttpLoggingFields.
ResponseHeaders
;
1021
options.CurrentValue.LoggingFields = HttpLoggingFields.
ResponseHeaders
;
1041
options.CurrentValue.LoggingFields = HttpLoggingFields.
ResponseHeaders
;
1368
options.CurrentValue.LoggingFields = HttpLoggingFields.
ResponseHeaders
;
1488
[InlineData(HttpLoggingFields.
ResponseHeaders
)]
1525
[InlineData(HttpLoggingFields.
ResponseHeaders
)]
1928
responseContext.Disable(HttpLoggingFields.
ResponseHeaders
);
2018
responseContext.Disable(HttpLoggingFields.
ResponseHeaders
);