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