HttpLoggingOptions.ResponseHeaders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response header values that are allowed to be logged.
If a response header is not present in the ResponseHeaders, the header name will be logged with a redacted value.
public System.Collections.Generic.ISet<string> ResponseHeaders { get; }
member this.ResponseHeaders : System.Collections.Generic.ISet<string>
Public ReadOnly Property ResponseHeaders As ISet(Of String)