TTMSMCPHTTPServerResponse.WriteContent Method
Sends the body now.
API unit family: TMS.MCP.HTTPServer
Declaring type: TTMSMCPHTTPServerResponse
Syntax
procedure WriteContent; virtual; abstract;
Remarks
Implemented by the platform's own server. Sending the answer after the handler returns is the normal path, so this is only needed by a handler that drives the exchange itself. Send the headers first.