16 references to TestResponseHeader
Microsoft.Extensions.Http.Diagnostics.Tests (16)
Logging\HttpClientLoggerTest.cs (16)
199httpResponseMessage.Headers.Add(TestResponseHeader, testResponseHeaderValue); 204ResponseHeadersDataClasses = new Dictionary<string, DataClassification> { { TestResponseHeader, FakeTaxonomy.PrivateData }, { "Header3", FakeTaxonomy.PrivateData } }, 272ResponseHeaders = [new(TestResponseHeader, Redacted)], 292httpResponseMessage.Headers.Add(TestResponseHeader, responseHeaderValue); 296ResponseHeadersDataClasses = new Dictionary<string, DataClassification> { { TestResponseHeader, FakeTaxonomy.PrivateData } }, 377ResponseHeaders = [new(TestResponseHeader, Redacted)], 399httpResponseMessage.Headers.Add(TestResponseHeader, responseHeaderValue); 403ResponseHeadersDataClasses = new Dictionary<string, DataClassification> { { TestResponseHeader, FakeTaxonomy.PrivateData } }, 473ResponseHeaders = [new(TestResponseHeader, Redacted)], 495httpResponseMessage.Headers.Add(TestResponseHeader, responseHeaderValue); 499ResponseHeadersDataClasses = new Dictionary<string, DataClassification> { { TestResponseHeader, FakeTaxonomy.PrivateData } }, 588ResponseHeaders = [new(TestResponseHeader, Redacted)], 608httpResponseMessage.Headers.Add(TestResponseHeader, responseHeaderValue); 613ResponseHeadersDataClasses = new Dictionary<string, DataClassification> { { TestResponseHeader, FakeTaxonomy.PrivateData } }, 878httpResponseMessage.Headers.Add(TestResponseHeader, responseHeaderValue); 883ResponseHeadersDataClasses = new Dictionary<string, DataClassification> { { TestResponseHeader, FakeTaxonomy.PrivateData } },