Interface IServerTiming
Provides support for Server Timing API.
Namespace: Lib.ServerTiming
Assembly: Lib.ServerTiming.Abstractions.dll
Syntax
public interface IServerTiming
Properties
DeliveryMode
Gets the metrics delivery mode for current request.
Declaration
ServerTimingDeliveryMode DeliveryMode { get; }
Property Value
| Type | Description |
|---|---|
| ServerTimingDeliveryMode |
Metrics
Gets the collection of metrics for current request.
Declaration
ICollection<ServerTimingMetric> Metrics { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<ServerTimingMetric> |