SuppressHeaderPredicate Property
Definition
- Namespace
- Cuemon.AspNetCore.Diagnostics
- Assemblies
- Cuemon.AspNetCore.dll
SuppressHeaderPredicate
Gets or sets the predicate that can suppress the Server-Timing HTTP header(s).
public Func<IHostEnvironment, bool> SuppressHeaderPredicate { get; set; }
Property Value
- Func<IHostEnvironment, bool>
The function delegate that can determine if the Server-Timing HTTP header(s) should be suppressed.