5 references to s_httpSchemes
Aspire.Hosting (5)
ResourceBuilderExtensions.cs (5)
1519: NamedEndpointSelector(builder, s_httpSchemes, "HTTP health check"); 1838: NamedEndpointSelector(builder, s_httpSchemes, "HTTP command"), 2020if (!s_httpSchemes.Contains(matchingEndpoint.Scheme, StringComparers.EndpointAnnotationUriScheme)) 2041foreach (var scheme in s_httpSchemes) 2435: NamedEndpointSelector(builder, s_httpSchemes, "HTTP probe");