AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Categoría: WebSocket
12 resultados
<websocketClient variable>.desconectar (función)
Desconecta un cliente de un servidor WebSocket.
<websocketClient variable>.Execute (Función)
Ejecuta un procedimiento global en el contexto de un cliente conectado al servidor WebSocket.
<websocketClient variable>.Send (Función)
Envía un mensaje desde el servidor WebSocket al cliente.
Funciones del WebSocket
Lista de funciones específicas de los servidores WebSocket
Funciones WebSocket (sintaxis con prefijo)
Lista de funciones específicas de los servidores WebSocket
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers...
websocketClient (Variable type)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
WebSocketDisconnect (Función)
Desconecta un cliente de un servidor WebSocket.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
WebSocketListConnectedUser (Function)
Lists the clients connected to the WebSocket server.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.