7 writes to IsPreflightRequest
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsService.cs (1)
81
IsPreflightRequest
= isPreflightRequest,
Microsoft.AspNetCore.Cors.Test (6)
CorsServiceTests.cs (6)
724
IsPreflightRequest
= true,
765
IsPreflightRequest
= true,
806
IsPreflightRequest
= true,
827
IsPreflightRequest
= false,
868
IsPreflightRequest
= false,
889
IsPreflightRequest
= true,
3 references to IsPreflightRequest
Microsoft.AspNetCore.Cors (3)
Infrastructure\CorsMiddleware.cs (1)
177
if (corsResult.
IsPreflightRequest
)
Infrastructure\CorsService.cs (2)
119
new[] { result.
IsPreflightRequest
? headers.AccessControlRequestMethod.ToString() : context.Request.Method } :
172
if (result.
IsPreflightRequest
)