W3CLoggerOptions.AdditionalRequestHeaders 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要記錄的其他要求標頭值清單。
要求標頭可以包含驗證權杖,或可能會有 GDPR 和其他法律法規疑慮的私人資訊。 除非記錄是安全且受存取控制的,以及評估隱私權影響,否則不應記錄任意要求標頭。
public System.Collections.Generic.ISet<string> AdditionalRequestHeaders { get; }
member this.AdditionalRequestHeaders : System.Collections.Generic.ISet<string>
Public ReadOnly Property AdditionalRequestHeaders As ISet(Of String)