3 references to PreflightHttpMethod
Microsoft.AspNetCore.Routing (2)
Matching\HttpMethodMatcherPolicy.cs (2)
118
HttpMethods.Equals(httpMethod,
PreflightHttpMethod
) &&
424
return HttpMethods.Equals(httpMethod,
PreflightHttpMethod
) &&
Microsoft.AspNetCore.Routing.Tests (1)
Matching\HttpMethodMatcherPolicyIntegrationTestBase.cs (1)
369
httpContext.Request.Method = corsPreflight ?
PreflightHttpMethod
: httpMethod;