5 references to s_httpSchemes
Aspire.Hosting (5)
ResourceBuilderExtensions.cs (5)
1805: NamedEndpointSelector(builder, s_httpSchemes, "HTTP health check"); 2124: NamedEndpointSelector(builder, s_httpSchemes, "HTTP command"), 2615if (!s_httpSchemes.Contains(matchingEndpoint.Scheme, StringComparers.EndpointAnnotationUriScheme)) 2636foreach (var scheme in s_httpSchemes) 3029: NamedEndpointSelector(builder, s_httpSchemes, "HTTP probe");