EndpointReference.getTlsValue
Method
interface EndpointReference { // ... omitted for brevity getTlsValue( enabledValue: ReferenceExpression, disabledValue: ReferenceExpression): ReferenceExpression;}Signature
method
getTlsValue Gets 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
enabledValue ReferenceExpression disabledValue ReferenceExpression Returns
ReferenceExpression Defined on
This method is defined on the following type: