5 references to s_httpSchemes
Aspire.Hosting (5)
ResourceBuilderExtensions.cs (5)
2038
: NamedEndpointSelector(builder,
s_httpSchemes
, "HTTP health check");
2362
: NamedEndpointSelector(builder,
s_httpSchemes
, "HTTP command"),
2927
if (!
s_httpSchemes
.Contains(matchingEndpoint.Scheme, StringComparers.EndpointAnnotationUriScheme))
2948
foreach (var scheme in
s_httpSchemes
)
3358
: NamedEndpointSelector(builder,
s_httpSchemes
, "HTTP probe");