|
|
|
|
|
The following constants are used by the Socket functions. | | | Constant | Details | Function |
---|
CertificateHash | SSL certificate identified by its hash | SocketCreateSSL, SocketConnectSSL | CertificateName | SSL certificate identified by its name | SocketCreateSSL, SocketConnectSSL | ProtocolDefault | The default protocol will be used | httpRequest type | ProtocolSSL2 | SSL2 protocol | SocketCreateSSL, SocketConnectSSL, WebSocketClientConnectSSL | ProtocolSSL3 | SSL3 protocol | SocketCreateSSL, SocketConnectSSL, WebSocketClientConnectSSL | ProtocolTLS1 | TLS1 protocol | SocketCreateSSL, SocketConnectSSL, httpRequest type, WebSocketClientConnectSSL | ProtocolTLS1_1 | TLS 1.1 protocol | SocketCreateSSL, SocketConnectSSL, httpRequest type, WebSocketClientConnectSSL | ProtocolTLS1_2 | TLS 1.2 protocol | SocketCreateSSL, SocketConnectSSL, httpRequest type, WebSocketClientConnectSSL | ProtocolTLS1_3 | TLS 1.3 protocol | SocketCreateSSL, SocketConnectSSL, httpRequest type, WebSocketClientConnectSSL | SocketAddress | Information to be retrieved: Client socket IP address | SocketClientInfo | SocketError | An error occurred during the communication with the server. | SocketConnect | SocketClosing | The socket is closed. | SocketConnect | SocketEndTag | Transmission type: Allows you to specify an end marker | SocketChangeTransmissionMode | SocketEndTagBuffer | Transmission type: Allows you to specify an end-of-buffer marker | SocketChangeTransmissionMode | SocketMessage | The socket received a message | SocketConnect | SocketOpening | The socket is connected to the server. | SocketConnect | socketConfigureMode | Module used to manage secure TCP sockets. | SocketConfigure | SocketPort | Information to be retrieved: Port number to which the socket is connected | SocketClientInfo | SocketNoEndTag | Transmission type: No markers are added and/or removed from the transmitted character string. | SocketChangeTransmissionMode | SocketSizeAtBeginning | Transmission type: Indicate the message to be transmitted. | SocketChangeTransmissionMode |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|