13 references to PreflightHttpMethod
Microsoft.AspNetCore.Cors.Test (4)
CorsMiddlewareTests.cs (4)
196
.SendAsync(CorsConstants.
PreflightHttpMethod
);
262
.SendAsync(CorsConstants.
PreflightHttpMethod
);
324
.SendAsync(CorsConstants.
PreflightHttpMethod
);
483
.SendAsync(CorsConstants.
PreflightHttpMethod
);
Microsoft.AspNetCore.Mvc.Cors (1)
DisableCorsAuthorizationFilter.cs (1)
30
CorsConstants.
PreflightHttpMethod
,
Microsoft.AspNetCore.Mvc.Cors.Test (1)
CorsAuthorizationFilterTest.cs (1)
148
var method = isPreflight ? CorsConstants.
PreflightHttpMethod
: "GET";
Microsoft.AspNetCore.Mvc.FunctionalTests (7)
CorsTestsBase.cs (7)
118
new HttpMethod(CorsConstants.
PreflightHttpMethod
),
187
new HttpMethod(CorsConstants.
PreflightHttpMethod
),
272
new HttpMethod(CorsConstants.
PreflightHttpMethod
),
298
var request = new HttpRequestMessage(new HttpMethod(CorsConstants.
PreflightHttpMethod
), url);
330
var request = new HttpRequestMessage(new HttpMethod(CorsConstants.
PreflightHttpMethod
), url);
368
new HttpMethod(CorsConstants.
PreflightHttpMethod
),
393
new HttpMethod(CorsConstants.
PreflightHttpMethod
),