Table of Contents

TTMSMCPStreamableHTTPTransport.UseSSL Property

Whether the listener serves encrypted connections. Defaults to False.

API unit family: TMS.MCP.Transport.StreamableHTTP Declaring type: TTMSMCPStreamableHTTPTransport Type: Boolean

Syntax

property UseSSL: Boolean;

Remarks

Applied when the channel starts, and it also decides the scheme the channel reports for itself. Behind a reverse proxy that terminates encryption this is normally False even though clients arrive over an encrypted connection, which is why TTMSMCPStreamableHTTPTransport.PublicHost must then carry a full address rather than a bare host.