1 write to IsPreflightRequest
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsService.cs (1)
81IsPreflightRequest = isPreflightRequest,
3 references to IsPreflightRequest
Microsoft.AspNetCore.Cors (3)
Infrastructure\CorsMiddleware.cs (1)
177if (corsResult.IsPreflightRequest)
Infrastructure\CorsService.cs (2)
119new[] { result.IsPreflightRequest ? headers.AccessControlRequestMethod.ToString() : context.Request.Method } : 172if (result.IsPreflightRequest)