6 references to NamedEndpointSelector
Aspire.Hosting (6)
ResourceBuilderExtensions.cs (6)
1831? NamedEndpointSelector(builder, [endpointName], "HTTP health check") 1832: NamedEndpointSelector(builder, s_httpSchemes, "HTTP health check"); 2150? NamedEndpointSelector(builder, [endpointName], "HTTP command") 2151: NamedEndpointSelector(builder, s_httpSchemes, "HTTP command"), 3042? NamedEndpointSelector(builder, [endpointName], "HTTP probe") 3043: NamedEndpointSelector(builder, s_httpSchemes, "HTTP probe");