|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| WebSockets enable bidirectional communication between web applications (Intranet or Internet sites run in a browser) and web servers... |
|
|
|
|
|
|
|
| List of constants used by the functions for socket management. |
|
|
|
|
|
|
|
| WINDEV allows you to create a standard socket server... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| List of functions for managing sockets |
|
|
|
|
|
|
|
| Run on the server, this function accepts a connection request on an existing socket on the server machine. |
|
|
|
|
|
|
|
| Changes the transmission mode used on a socket. |
|
|
|
|
|
|
|
| Allows the server to get information about the current client socket. |
|
|
|
|
|
|
|
| Closes a socket or the 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 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 connection request to an existing socket found on the server. |
|
|
|
|
|
|
|
| Checks if a socket already exists. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|