Table of Contents

TTMSMCPClientTransportHTTP.Start Method

Marks the transport as running so that messages may be sent, and reports that it is ready.

API unit family: TMS.MCP.Client.Transport.HTTP Declaring type: TTMSMCPClientTransportHTTP

Syntax

procedure Start; override;

Remarks

No connection is opened and the server is not contacted: the first request goes out when the first message is sent, which is also when a failure to reach the server first shows up. Set URL before calling this. OnInitialized is raised from inside this call, on the calling thread, before it returns.