ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Sockets
31 results
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key...
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...
Managing WebSockets
WebSockets enable bidirectional communication between web applications (Intranet or Internet sites run in a browser) and web servers...
Socket constants
List of constants used by the functions for socket management.
Socket: create a standard socket server
WINDEV allows you to create a standard socket server...
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket...
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server...
Socket functions
List of functions for managing sockets
SocketAccept (Function)
Run on the server, this function accepts a connection request on an existing socket on the server machine.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
SocketClose (Function)
Closes a socket or the connection to a server socket.
SocketConfigure (Function)
Configures the use of Socket functions.
SocketConnect (Function)
Connects a client computer to a given socket.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
SocketConnectInfrared (Function)
Connects a client computer to a given socket via the infrared port.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
SocketCreate (Function)
Creates a socket.
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SocketDeny (Function)
Run on the server, this function refuses a connection request to an existing socket found on the server.
SocketExist (Function)
Checks if a socket already exists.
SocketProxy (Function)
Specifies whether TCP sockets and WebSockets must go through a SOCKS5 proxy to execute requests.
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.
SocketWrite (Function)
Writes a message intended to another socket.
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications...
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.