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
Socket constants
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 be retrieved: Client socket IP addressSocketClientInfo
SocketErrorAn error occurred during the communication with the server. SocketConnect
SocketClosingThe socket is closed. SocketConnect
SocketEndTagTransmission type: Allows you to specify an end markerSocketChangeTransmissionMode
SocketEndTagBufferTransmission type: Allows you to specify an end-of-buffer markerSocketChangeTransmissionMode
SocketMessageThe socket received a message SocketConnect
SocketOpeningThe socket is connected to the server.SocketConnect
socketConfigureModeModule used to manage secure TCP sockets.SocketConfigure
SocketPortInformation to be retrieved: Port number to which the socket is connectedSocketClientInfo
SocketNoEndTagTransmission type: No markers are added and/or removed from the transmitted character string.SocketChangeTransmissionMode
SocketSizeAtBeginningTransmission type: Indicate the message to be transmitted.SocketChangeTransmissionMode
See also
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help