TTMSMCPStreamableHTTPTransport.IsSSLConfigured Method
Reports whether encryption is switched on and a certificate has been named.
API unit family: TMS.MCP.Transport.StreamableHTTP
Declaring type: TTMSMCPStreamableHTTPTransport
Syntax
function IsSSLConfigured: Boolean;
Remarks
Only a completeness check: it does not open the certificate, so a name that is wrong or unreadable still reports True and fails later when the channel starts.
Returns
True when encryption is enabled and the certificate setting is not empty.