1 write to _tlsEnabled
Aspire.Hosting (1)
ApplicationModel\EndpointAnnotation.cs (1)
325
set =>
_tlsEnabled
= value;
1 reference to _tlsEnabled
Aspire.Hosting (1)
ApplicationModel\EndpointAnnotation.cs (1)
324
get =>
_tlsEnabled
?? string.Equals(UriScheme, "https", StringComparisons.EndpointAnnotationUriScheme);