TTMSMCPClientTransportHTTP.URL Property
Address of the endpoint every message is posted to.
API unit family: TMS.MCP.Client.Transport.HTTP
Declaring type: TTMSMCPClientTransportHTTP
Type: string
Syntax
property URL: string;
Remarks
Set it before sending; it is read for each request rather than captured at start, and it is also the address used to end the session and, in the older-revision mode, to open the stream that carries server-initiated messages. An address beginning with https makes the transport use a secure connection and lets the application supply its own handler through OnCreateIOHandler.