SOCKETS.READB Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.READB Method.xml
Read bytes from socket into blob.
SOCKETS.OPEN Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.OPEN Method.xml
Open an existing socket - mode is S for server, C for client, L for Listen (server without accept), R for server with reuse address flag.
SOCKETS.DATAGRAM_KILL Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.DATAGRAM_KILL Method.xml
Close down a datagram handler.
SOCKETS.DATAGRAM_SEND Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.DATAGRAM_SEND Method.xml
Send data to a host/port.
SOCKETS.ADDRESS_GET Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.ADDRESS_GET Method.xml
Get the ip address of an open socket. (R = remote IP, L = local IP)
SOCKETS.PORT_GET Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.PORT_GET Method.xml
Get the port for an open socket. (R = remote port, L = local port)
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.OPTIONS_GET Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.OPTIONS_GET Method.xml
Get options (A-accepting L-Linger K-Keep Alive R-Reuse Address N-Don't route D-elay X-Debug - I=input buffer O=output buffer T=timeout - '' escapes characters ).
SOCKETS.DATAGRAM_SEND_WITH_RECEIPT Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.DATAGRAM_SEND_WITH_RECEIPT Method.xml
Send data to a host/port wait for returned response.
SOCKETS.OPTIONS_SET Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.OPTIONS_SET Method.xml
Set options ([-]L-Linger K-Keep Alive R-Reuse Address N-Don't route [-]D-elay X-Debug - I=#/O=# - internal input output buffer controls T=# TS=# TR=# timout in milliseconds for timeout on send/receive or timeout [S]end,[R]ecieve ).