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