Delen via


ClientLoggingOptions.AllowedHeaderNames Property

Definition

Gets or sets a list of header names that are not redacted during logging.

public System.Collections.Generic.IList<string> AllowedHeaderNames { get; }
member this.AllowedHeaderNames : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowedHeaderNames As IList(Of String)

Property Value

Defaults to a list of common header names that do not typically hold sensitive information.

Applies to