| | |
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 |
SocketAddress | Information to retrieve: IP address of client socket | SocketClientInfo |
SocketError | An error occurred during the communication with the server. | SocketConnect |
SocketClosing | The socket is closed. | SocketConnect |
SocketEndTag | Type of transmission: Used to specify an end tag | SocketChangeTransmissionMode |
SocketEndTagBuffer | Type of transmission: Used to specify an end tag for a buffer | SocketChangeTransmissionMode |
SocketMessage | The socket received a message | SocketConnect |
SocketOpening | The socket is connected to the server. | SocketConnect |
New in version 28socketConfigureMode | Module used to manage secure TCP sockets. | |
SocketPort | Information to retrieve: Port number to which the socket is connected | SocketClientInfo |
SocketNoEndTag | Type of transmission: No tag is added to and/or removed from the transmitted character string | SocketChangeTransmissionMode |
SocketSizeAtBeginning | Type of transmission: Used to indicate the message to send | SocketChangeTransmissionMode |