C
ctoman
Guest
here is the code to build the socket DO: CREATE SOCKET vSocket. vSocket:SET-READ-RESPONSE-PROCEDURE ("readHandler",THIS-PROCEDURE). ASSIGN wstatus = vSocket:CONNECT("-H " + ip-host + " -S " + ip-port + " -ssl" + " -nohostverify" + " -clientConnectTimeout " + STRING({&CONECTT IMEOUTMS})) NO-ERROR.
Continue reading...
Continue reading...