6 references to NamedEndpointSelector
Aspire.Hosting (6)
ResourceBuilderExtensions.cs (6)
1864? NamedEndpointSelector(builder, [endpointName], "HTTP health check") 1865: NamedEndpointSelector(builder, s_httpSchemes, "HTTP health check"); 2184? NamedEndpointSelector(builder, [endpointName], "HTTP command") 2185: NamedEndpointSelector(builder, s_httpSchemes, "HTTP command"), 3076? NamedEndpointSelector(builder, [endpointName], "HTTP probe") 3077: NamedEndpointSelector(builder, s_httpSchemes, "HTTP probe");