4 references to s_httpSchemes
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
1486
: NamedEndpointSelector(builder,
s_httpSchemes
, "HTTP health check");
1805
: NamedEndpointSelector(builder,
s_httpSchemes
, "HTTP command"),
1987
if (!
s_httpSchemes
.Contains(matchingEndpoint.Scheme, StringComparers.EndpointAnnotationUriScheme))
2008
foreach (var scheme in
s_httpSchemes
)