6 references to NamedEndpointSelector
Aspire.Hosting (6)
ResourceBuilderExtensions.cs (6)
1804? NamedEndpointSelector(builder, [endpointName], "HTTP health check") 1805: NamedEndpointSelector(builder, s_httpSchemes, "HTTP health check"); 2123? NamedEndpointSelector(builder, [endpointName], "HTTP command") 2124: NamedEndpointSelector(builder, s_httpSchemes, "HTTP command"), 3028? NamedEndpointSelector(builder, [endpointName], "HTTP probe") 3029: NamedEndpointSelector(builder, s_httpSchemes, "HTTP probe");