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