Table of Contents

TTMSMCPHTTPServerConnection.WriteLn Method

Writes text to the connection followed by a line ending.

API unit family: TMS.MCP.HTTPServer Declaring type: TTMSMCPHTTPServerConnection

Syntax

procedure WriteLn(const AData: string); virtual; abstract;

Remarks

Implemented by the platform's own server.

Parameters

Name Description
AData Text to write.

Exceptions

Exception Description
Exception Raised when the connection has already been closed by the client.