Table of Contents

TTMSFNCCustomWebSocketServer.BroadcastMessage Method

Sends a text message to every connection whose handshake has completed.

API unit family: TMSFNCWebSocketServer Declaring type: TTMSFNCCustomWebSocketServer

Syntax

procedure BroadcastMessage(AMessage: string); virtual;

Parameters

Name Description
AMessage The text message to send.