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