|
|
|
|
|
SocketConfigure (Function) In french: SocketParamètre 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). SocketConfigure(socketConfigureMode, 1)
Syntax
SocketConfigure(<Option to configure> , <Value>)
<Option to configure>: Integer constant Option to configure: | | socketConfigureMode | Mode 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.).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|