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
The following constants are used by the Socket functions.
ConstantDetailsFunction
CertificateHashSSL certificate identified by its hashSocketCreateSSL, SocketConnectSSL
CertificateNameSSL certificate identified by its nameSocketCreateSSL, SocketConnectSSL
ProtocolDefaultThe default protocol will be usedhttpRequest type
ProtocolSSL2SSL2 protocolSocketCreateSSL, SocketConnectSSL, WebSocketClientConnectSSL
ProtocolSSL3SSL3 protocolSocketCreateSSL, SocketConnectSSL, WebSocketClientConnectSSL
ProtocolTLS1TLS1 protocolSocketCreateSSL, SocketConnectSSL,
httpRequest type, WebSocketClientConnectSSL
ProtocolTLS1_1TLS 1.1 protocolSocketCreateSSL, SocketConnectSSL,
httpRequest type, WebSocketClientConnectSSL
ProtocolTLS1_2TLS 1.2 protocolSocketCreateSSL, SocketConnectSSL,
httpRequest type, WebSocketClientConnectSSL
ProtocolTLS1_3TLS 1.3 protocolSocketCreateSSL, SocketConnectSSL,
httpRequest type, WebSocketClientConnectSSL
SocketAddressInformation to retrieve: IP address of client socketSocketClientInfo
SocketErrorAn error occurred during the communication with the server. SocketConnect
SocketClosingThe socket is closed. SocketConnect
SocketEndTagType of transmission: Used to specify an end tagSocketChangeTransmissionMode
SocketEndTagBufferType of transmission: Used to specify an end tag for a bufferSocketChangeTransmissionMode
SocketMessageThe socket received a message SocketConnect
SocketOpeningThe socket is connected to the server.SocketConnect
socketConfigureModeModule used to manage secure TCP sockets.SocketConfigure
SocketPortInformation to retrieve: Port number to which the socket is connectedSocketClientInfo
SocketNoEndTagType of transmission: No tag is added to and/or removed from the transmitted character stringSocketChangeTransmissionMode
SocketSizeAtBeginningType of transmission: Used to indicate the message to sendSocketChangeTransmissionMode
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/16/2024

Send a report | Local help