ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
25 results for: Socket
Socket functions
List of functions for managing sockets
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
SocketAccept (Function)
Run on the server, this function accepts a connection request on an existing socket on the server machine.
SocketConnect (Function)
Connects a client computer to a given socket.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
SocketClose (Function)
Closes a socket or the connection to a server socket.
SocketRead (Function)
Retrieves a message sent by another socket.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
SocketClientInfo (Function)
Allows the server to get information about the current client 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...
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
SocketDeny (Function)
Run on the server, this function refuses a connection request to an existing socket found on the server.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
SocketConfigure (Function)
Configures the use of Socket functions.
SocketExist (Function)
Checks if a socket already exists.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Socket constants
List of constants used by the functions for socket management....
3. Managing sockets
WINDEV includes advanced socket management functions....
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange...
SocketCreate (Function)
Creates a socket.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SocketWrite (Function)
Writes a message intended to another socket.
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.