ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Sockets
31 results
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key...
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets...
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets...
List of constants used by the functions for socket management.
A client application of a socket server connects to a standard server in order to exchange information via socket...
WINDEV gives you the ability to create a simplified socket server...
WINDEV allows you to create a standard socket server...
List of functions for managing sockets
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
Changes the transmission mode used on a socket.
Allows the server to get information about the current client socket.
Closes a socket or a connection to a server socket.
Configures the use of Socket functions.
Connects a client computer to a given socket.
Connects a client computer to a specific Bluetooth socket.
Connects a client computer to a given socket via the infrared port.
Used to establish a secure connection to an SSL server.
Creates a socket.
Creates a socket using a Bluetooth device.
Creates a socket that uses the infrared port.
Creates a secure socket according to the SSL protocol.
Creates a socket that uses the UDP protocol.
Run on the server, this function refuses a request for connection to an existing socket found on the server.
Checks the existence of socket.
Specifies whether TCP sockets and WebSockets must go through a SOCKS5 proxy to execute requests.
Retrieves a message sent by another socket.
Run on the server, this function is used to wait for a connection request coming from the client sockets.
Writes a message intended to another socket.
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications...
Establishes a connection between the client and a WebSocket server.
Establishes an SSL connection between the client and a WebSocket server.