Show / Hide Table of Contents

Class BackendCorsInformation

CORS runtime information

Inheritance
object
BackendCorsInformation
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class BackendCorsInformation

Constructors

BackendCorsInformation()

Declaration
public BackendCorsInformation()

Properties

AllowedOrigins

Allowed origins — empty when CORS is inactive

Declaration
public string[] AllowedOrigins { get; init; }
Property Value
Type Description
string[]

IsActive

Whether CORS is active (at least one allowed origin configured)

Declaration
public bool IsActive { get; init; }
Property Value
Type Description
bool

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX