6 references to NamedEndpointSelector
Aspire.Hosting (6)
ResourceBuilderExtensions.cs (6)
1844? NamedEndpointSelector(builder, [endpointName], "HTTP health check") 1845: NamedEndpointSelector(builder, s_httpSchemes, "HTTP health check"); 2164? NamedEndpointSelector(builder, [endpointName], "HTTP command") 2165: NamedEndpointSelector(builder, s_httpSchemes, "HTTP command"), 3056? NamedEndpointSelector(builder, [endpointName], "HTTP probe") 3057: NamedEndpointSelector(builder, s_httpSchemes, "HTTP probe");