9 references to TlsEnabled
Aspire.Hosting (3)
ApplicationModel\EndpointReference.cs (3)
110EndpointProperty.TlsEnabled => Binding("tlsEnabled"), 145Property(EndpointProperty.TlsEnabled), 337EndpointProperty.TlsEnabled => Endpoint.TlsEnabled ? bool.TrueString : bool.FalseString,
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
211EndpointProperty.TlsEnabled => tlsEnabled ? bool.TrueString : bool.FalseString,
Aspire.Hosting.Tests (5)
ConditionalReferenceExpressionTests.cs (5)
81var condition = endpointRef.Property(EndpointProperty.TlsEnabled); 130var tlsExpr = endpointRef.Property(EndpointProperty.TlsEnabled); 147var tlsExpr = endpointRef.Property(EndpointProperty.TlsEnabled); 161var tlsExpr = endpointRef.Property(EndpointProperty.TlsEnabled); 174var tlsExpr = endpointRef.Property(EndpointProperty.TlsEnabled);