Table of Contents

TTMSMCPStreamableHTTPTransport.ProcessMessages Method

Does nothing on this channel.

API unit family: TMS.MCP.Transport.StreamableHTTP Declaring type: TTMSMCPStreamableHTTPTransport

Syntax

procedure ProcessMessages; override;

Remarks

The underlying server raises its own callbacks as requests arrive and the channel's worker threads do the rest, so there is no pending work for a caller to pump. Start the channel and let the application's own message loop continue, or use TTMSMCPStreamableHTTPTransport.Run.