ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / WebSocket
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
WebSocketListConnectedUser (Function)
In french: WebSocketListeClientConnecté
Lists the clients connected to the WebSocket server.
Example
// Récupère la liste des clients
tabClients is array of websocketClient = WebSocketListConnectedClient()
// Pour envoyer un message à chacun
FOR EACH Client OF tabClients
	WebSocketSend(Client, bufMessage)
END
Syntax
<Result> = WebSocketListUser()
<Result>: Array
Array of websocketClient variables that corresponds to the clients connected at the time of calling the function. New clients that connect to the server will not be added to the array. Clients that disconnect from the server will not be deleted.
Component: wd300awws.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help