ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Socket functions
List of functions for managing sockets
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
SocketRead (Function)
Retrieves a message sent by another socket.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
SocketAccept (Function)
Run on the server, this function accepts a connection request on an existing socket on the server machine.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SocketConnect (Function)
Connects a client computer to a given socket.
SocketExist (Function)
Checks if a socket already exists.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
SocketConfigure (Function)
Configures the use of Socket functions.
SocketDeny (Function)
Run on the server, this function refuses a connection request to an existing socket found on the server.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets...
SocketClose (Function)
Closes a socket or the connection to a server socket.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
1
3
4
5