Implemented interface member:
method
ApplyAsync
Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy.ApplyAsync(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.Matching.CandidateSet)
14 references to ApplyAsync
Microsoft.AspNetCore.Routing.Tests (14)
Matching\ContentEncodingNegotiationMatcherPolicyTest.cs (14)
83await policy.ApplyAsync(httpContext, endpoints); 103await policy.ApplyAsync(httpContext, endpoints); 123await policy.ApplyAsync(httpContext, endpoints); 143await policy.ApplyAsync(httpContext, endpoints); 163await policy.ApplyAsync(httpContext, endpoints); 183await policy.ApplyAsync(httpContext, endpoints); 202await policy.ApplyAsync(httpContext, endpoints); 223await policy.ApplyAsync(httpContext, endpoints); 244await policy.ApplyAsync(httpContext, endpoints); 263await policy.ApplyAsync(httpContext, endpoints); 282await policy.ApplyAsync(httpContext, endpoints); 301await policy.ApplyAsync(httpContext, endpoints); 320await policy.ApplyAsync(httpContext, endpoints); 338await policy.ApplyAsync(httpContext, endpoints);