ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Sockets
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Configures the use of Socket functions.
Remark: This function can be useful if the version of Windows on the client computer does not support the latest Schannel protocols (for example: 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 value): In this case, secure TCP sockets will use the Windows Schannel module.
  • 1: In this case, secure TCP sockets will use OpenSSL (common case in 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: 06/21/2023

Send a report | Local help