6 references to NamedEndpointSelector
Aspire.Hosting (6)
ResourceBuilderExtensions.cs (6)
1518? NamedEndpointSelector(builder, [endpointName], "HTTP health check") 1519: NamedEndpointSelector(builder, s_httpSchemes, "HTTP health check"); 1837? NamedEndpointSelector(builder, [endpointName], "HTTP command") 1838: NamedEndpointSelector(builder, s_httpSchemes, "HTTP command"), 2434? NamedEndpointSelector(builder, [endpointName], "HTTP probe") 2435: NamedEndpointSelector(builder, s_httpSchemes, "HTTP probe");