EndpointReference.getTlsValue
Method
interface EndpointReference { // ... omitted for brevity getTlsValue( enabledValue: ReferenceExpression, disabledValue: ReferenceExpression): ReferenceExpression;}Signature
method
getTlsValueGets a conditional expression that resolves to the enabledValue when TLS is enabled on the endpoint, or to the disabledValue otherwise.
getTlsValue( enabledValue: ReferenceExpression, disabledValue: ReferenceExpression): ReferenceExpressionParameters
enabledValueReferenceExpressiondisabledValueReferenceExpressionReturns
ReferenceExpressionDefined on
This method is defined on the following type: