Table of Contents

TTMSMCPServer.Transport Property

Transport that carries messages to and from clients, for example standard input/output or streamable HTTP. Assigning one wires the server's request, session and protocol-version callbacks into it.

API unit family: TMS.MCP.Server Declaring type: TTMSMCPServer Inherited from: TTMSMCPCustomServer Type: TTMSMCPTransport

Syntax

property Transport: TTMSMCPTransport;

Remarks

The server does not own an assigned transport. When none is assigned, Start creates and owns a standard input/output transport.