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