TTMSFNCWebSocketServer.BroadcastMessage Method
Sends a text message to every connection whose handshake has completed.
API unit family: TMSFNCWebSocketServer
Declaring type: TTMSFNCWebSocketServer
Inherited from: TTMSFNCCustomWebSocketServer
Syntax
procedure BroadcastMessage(AMessage: string); virtual;
Parameters
| Name | Description |
|---|---|
AMessage |
The text message to send. |