2 writes to CorsService
Microsoft.AspNetCore.Cors (2)
Infrastructure\CorsMiddleware.cs (2)
55
CorsService
= corsService;
79
CorsService
= corsService;
3 references to CorsService
Microsoft.AspNetCore.Cors (3)
Infrastructure\CorsMiddleware.cs (3)
176
var corsResult =
CorsService
.EvaluatePolicy(context, corsPolicy);
179
CorsService
.ApplyResult(corsResult, context.Response);
198
middleware.
CorsService
.ApplyResult(result, context.Response);