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