ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the function was successful,False otherwise. To find out the error details, use ErrorInfo.
Name that will be given to the socket. This name will be used by all socket functions. Caution: the socket name is case sensitive.
Port number that will be given to the socket. This number must be included between 1 and 65000. This number will be specified when the client computers are connected to the server. You must be "root" to create a socket on a port less than or equal to 1024 (being "root" means being the user who has all the permissions on the system).
IP address on which the socket must be created on the current computer. If the current computer is associated with several IP addresses (or with several network cards), this parameter enables you to choose the IP address that will be associated with the socket.This IP address can have the following format:IP address in XXX.XXX.XXX.XXX format (125.5.110.100 for example).IP address containing the name of the server (www.WINDEV.com for example). This syntax is recommended. The IP address is also returned by NetIPAddress.
Re-creating a socket
Re-using an address that is already used
Connecting to an infrared port
Required application feature
Last update: 09/29/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: