1 implementation of Redact
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpHeadersRedactor.cs (1)
24
public string
Redact
(IEnumerable<string> headerValues, DataClassification classification) =>
1 reference to Redact
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpHeadersReader.cs (1)
104
destination.Add(new(header, _redactor.
Redact
(values, classification)));