ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the connection was established,False otherwise. If an error occurs, you can get the details of the error with ErrorInfo.
Name that will be given to the connection opened on the server socket. This name will be used by all socket functions. Caution: the socket name is case sensitive.
Port number of socket. If you are using a socket associated with a preset protocol, use the port number associated with the protocol.If the socket was created by a WINDEV application, this number must be included between 5 000 and 65 000. In this case, the number must be identical to the port number specified in SocketCreateSSL.
Address of server. If this parameter is not specified, the server is sought on the current computer. This address can be given in the following format:IP address in XXX.XXX.XXX.XXX format (125.5.110.100 for example).URL containing the server name (www.windev.com for example). This syntax is recommended. The address can also correspond to the IP address returned by NetIPAddress.
Used to choose the protocol and the identification mode: ProtocolSSL2The SSL2 protocol will be usedProtocolSSL3The SSL3 protocol will be usedProtocolTLS1The TLS1 protocol will be usedVersions 22 and laterProtocolTLS1_1New in version 22ProtocolTLS1_1ProtocolTLS1_1The TLS 1.1 protocol will be usedVersions 22 and laterProtocolTLS1_2New in version 22ProtocolTLS1_2ProtocolTLS1_2The TLS 1.2 protocol will be usedBy default, the combination used is: ProtocolTLS1 + ProtocolTLS1_1 + ProtocoleTLS1_2.
Maximum timeout (in milliseconds) for establishing the connection. This timeout will be used if the server refuses the connection (SocketDeny). In this case, the connection will not be locking.This parameter can correspond to: an integer corresponding to the number of milliseconds,a Duration variable,Versions 23 and laterthe direct indication of duration (1 s or 10 ms for example). New in version 23the direct indication of duration (1 s or 10 ms for example). the direct indication of duration (1 s or 10 ms for example). This wait is equal to 10 milliseconds by default.
Versions 19 and laterName of the Certificate variable allowing the server to authenticate the client that wants to connect and to check whether this client is allowed to access the server. This certificate must be recognized on the server. New in version 19Name of the Certificate variable allowing the server to authenticate the client that wants to connect and to check whether this client is allowed to access the server. This certificate must be recognized on the server. Name of the Certificate variable allowing the server to authenticate the client that wants to connect and to check whether this client is allowed to access the server. This certificate must be recognized on the server.
Optimizing the connections for an IP address
Timeout
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: