ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Identifier of the server,0 if the connection failed.
Type of server: FTPServerA WINDEV FTP server is used. The functions for file management are allowed (NetSendFile and NetGetFile for example).RPCServerA WINDEV RPC server is used.
True to encrypt the transmitted data, False (default value) for no encryption.If the server is started with the encryption option set to True, the client computers must connect with NetConnect by using <Encryption> = True.If an encryption is requested, the connection key (<Key>) will also be encrypted.
Number of the port on which the server will be run. By default, the client tries to connect to the server:on port 2000 for WINDEV RPC.on port 2001 for WINDEV FTP.To create a custom RPC server on HFSQL, use port 5001. See "WINDEV RPC server for a remote access to a HFSQL database" (below) for more details.
Used to secure the access to the server. Each client trying to connect to the server must use the same key as the one defined by NetStartServer. The connection is refused if the keys are different.If the <Encryption> parameter is set to True, the key is encrypted.
IP address of the server. This parameter must be specified if the server has several IP addresses (server using several network cards for example). 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 server name (pop3.freesbee.eu for example). This syntax is recommended.IP address returned by NetIPAddress.
Parameters of server
User name and password
WINDEV RPC server for a remote access to a HFSQL database
Receiving messages
Last update: 09/18/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: