Class HeaderFilter
Header filters act as whitelists.
Inherited Members
Namespace: Microsoft.Graph.Communications.Common.Telemetry.HttpLogging.Filters
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public class HeaderFilter : BaseFilter<IEnumerable<string>, string>
Constructors
HeaderFilter(String)
Initializes a new instance of the HeaderFilter class.
Declaration
public HeaderFilter(string matchableHeaderName)
Parameters
Type | Name | Description |
---|---|---|
String | matchableHeaderName | Name of the matchable header. |