ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Sockets
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Configures the use of Socket functions.
Note: This function may be useful if the Windows version on the client workstation does not support the latest protocols secured via SChannel (e.g. TLS 1.1 in Windows Vista, or TLS 1.3 before Windows 11).
Example
SocketConfigure(socketConfigureMode, 1)
Syntax
SocketConfigure(<Option to configure> , <Value>)
<Option to configure>: Integer constant
Option to configure:
socketConfigureModeMode of use of sockets.
<Value>: Integer
Value corresponding to the option to be configured.
If <Option to configure> is set to socketConfigureMode, the possible values are as follows:
  • 0 (default): In this case, secure TCP sockets will use the Windows Schannel module.
  • 1: In this case, secure TCP sockets will use OpenSSL (common behavior with other platforms: Linux, iOS, Android, etc.).
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help