ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the socket was created,False otherwise. If an error occurs, you can get the details of the error with 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 5000 and 65000. This number will be specified when the client computers are connected to the server. This connection will be established by SocketConnectSSL.
Name or hash of certificate to use (according to the specified <SSL options>): name of certificat if the CertificateName constant is used, hash of certificate if the CertificateHash constant is used. The space characters are allowed in the Hash. The hash of the certificate can be found in the "Digital Print" property in the certificate manager (certmgr.msc) of the computer, for example:"9d a4 84 fc f6 62 92 90 9a 62 d4 ca 65 fb 08 7e 06 45 de 24"This certificate must have a private key, installed on the server. See How to create an SSL certificate? for more details
Protocol and identification mode used: ProtocolSSL2Use of SSL2. protocolProtocolSSL3Use of SSL3. protocolProtocolTLS1Use of TLS1.0 protocol.CertificateHash<Certificate identifier> corresponds to the hash of certificate.CertificateName<Certificate identifier> corresponds to the name of certificate.By default, the combination used is: ProtocolTLS1 + ProtocolTLS1_1 + ProtocolTLS1_2 + CertificateName.
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
Last update: 10/14/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: