Table of Contents

TTMSMCPClientTransportSSE.URL Property

Address of the event stream the transport connects to.

API unit family: TMS.MCP.Client.Transport.SSE Declaring type: TTMSMCPClientTransportSSE Type: string

Syntax

property URL: string;

Remarks

Set it before calling Start, which is when the value is read. An address beginning with https makes the transport use a secure connection, and lets the application supply its own handler through OnCreateIOHandler. The address the client posts its own messages to is not this one: the server names it on the stream, and a relative address is resolved against this one.