4 references to ResponseHeaders
Microsoft.AspNetCore.HttpLogging (2)
HttpLoggingFields.cs (1)
102
/// the <see cref="HttpLoggingOptions.
ResponseHeaders
"/>.
HttpLoggingOptions.cs (1)
65
/// If a response header is not present in the <see cref="
ResponseHeaders
"/>,
Microsoft.AspNetCore.HttpLogging.Tests (2)
HttpLoggingMiddlewareTests.cs (2)
1002
options.CurrentValue.
ResponseHeaders
.Clear();
1003
options.CurrentValue.
ResponseHeaders
.Add("Test");