Show / Hide Table of Contents

Class ServerTimingOptions

Configuration options for server timing

Inheritance
System.Object
ServerTimingOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lib.Azure.Functions.Worker.ServerTiming
Assembly: Lib.Azure.Functions.Worker.ServerTiming.dll
Syntax
public class ServerTimingOptions

Properties

AllowedOrigins

The collection of origins that are allowed to see values from timing APIs.

Declaration
public List<string> AllowedOrigins { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
Back to top Copyright © 2017 - 2023 Tomasz Pęczek