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