Table of Contents

TTMSMCPClientTransport.IsLegacy Property

Indicates that the connected server speaks an older revision of the protocol: True makes the transport use the exchange pattern that older revision expects, False keeps the current one.

API unit family: TMS.MCP.Client.Transport Declaring type: TTMSMCPClientTransport Type: Boolean

Syntax

property IsLegacy: Boolean;

Remarks

Set before starting the transport. When true it changes which headers are sent and, on a network channel, whether a separate stream is opened to receive server-initiated messages.