3 references to EndpointAnnotationUriScheme
Aspire.Hosting (3)
ApplicationModel\EndpointReference.cs (2)
55public bool IsHttp => StringComparers.EndpointAnnotationUriScheme.Equals(Scheme, "http"); 62public bool IsHttps => StringComparers.EndpointAnnotationUriScheme.Equals(Scheme, "https");
ResourceBuilderExtensions.cs (1)
2523if (!s_httpSchemes.Contains(matchingEndpoint.Scheme, StringComparers.EndpointAnnotationUriScheme))