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)
1002options.CurrentValue.ResponseHeaders.Clear(); 1003options.CurrentValue.ResponseHeaders.Add("Test");