How to configure a site to use HTTPS under IIS
/documentation/pages/HowTo/IIS/Configure a site to use HTTPS.xml

Installing an SSL/HTTPS certificate for a site running under IIS is straight forward. The IIS server maintains a list of available certificates that have been added to it and each site has an HTTPS binding that uses one of those certificates.

A certificate authority typically has it's own form for making a certificate request, but you may also create a standard certificate request file that is a plain text file and can be used by a certificate authority instead. This may be needed if the certificate authority's certificate request form does not have all the settings that you need for specifying certificate properites.

The instructions below show how a certificate request file can be created, how the returned .pfx or .cer certificate from the certificate authority can be added to an IIS server, and how to set which certificate is used by a site in IIS.

Sockets Methods
/documentation/pages/Ref/Api/Objects/System/Sockets/index.xml
Methods available for a Sockets object.
SOCKETS.PEEK Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.PEEK Method.xml
Read bytes from socket into string without removing the bytes from the socket stream.
Using Redis Increment
/documentation/pages/Guides/Services/Redis/Increment Example.xml
Redis can *[extlink:atomically@https://en.wikipedia.org/wiki/Linearizability]* increment an existing Redis key value.
onImageError
/documentation/pages/Guides/Mobile and Web Components/Grid/Code/Client-side Events/onImageError.xml
Fires when an image in an element was not found. The e object passed in has an 'element' property.
SOCKETS.READLINE Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.READLINE Method.xml
Reads a line from the socket, if one is available (else returns blank).
SOCKETS.WRITEB Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.WRITEB Method.xml
Write blob to socket.
SOCKETS.READ Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.READ Method.xml
Read bytes from socket into string.
SOCKETS.CLOSE Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.CLOSE Method.xml
Close an open socket.
onImageError
/documentation/pages/Guides/Mobile and Web Components/UX/Events/Client-Side Events/onImageError.xml
Fires when an image in an element was not found. The e object passed in has an 'element' property.