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