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