ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
11 results for: Socket
Socket functions
List of functions for managing sockets
SocketConnect (Function)
Connects a client computer to a given socket.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
SocketAccept (Function)
Run on the server, this function accepts a connection request on an existing socket on the server machine.
SocketClose (Function)
Closes a socket or the connection to a server socket.
SocketDeny (Function)
Run on the server, this function refuses a connection request to an existing socket found on the server.
SocketRead (Function)
Retrieves a message sent by another socket.
SocketExist (Function)
Checks if a socket already exists.