TTMSMCPClientTransport.IsLegacy Property
Indicates that the connected server speaks an older revision of the protocol:
Truemakes the transport use the exchange pattern that older revision expects,Falsekeeps 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.