5 references to s_httpSchemes
Aspire.Hosting (5)
ResourceBuilderExtensions.cs (5)
1845: NamedEndpointSelector(builder, s_httpSchemes, "HTTP health check"); 2165: NamedEndpointSelector(builder, s_httpSchemes, "HTTP command"), 2643if (!s_httpSchemes.Contains(matchingEndpoint.Scheme, StringComparers.EndpointAnnotationUriScheme)) 2664foreach (var scheme in s_httpSchemes) 3057: NamedEndpointSelector(builder, s_httpSchemes, "HTTP probe");