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.
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.CLOSE Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.CLOSE Method.xml
Close an open socket.
SOCKETS.ISOPEN Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.ISOPEN Method.xml
The .ISOPEN() method returns .T. (TRUE) if the connection is open; .F. (FALSE) otherwise.
SOCKETS.READ Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.READ Method.xml
Read bytes from socket into string.
SOCKETS.WRITE Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.WRITE Method.xml
Write string to socket.
SOCKETS.ACCEPT Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.ACCEPT Method.xml
Accept an open sockets input. Returns a new accepted socket. flags - 'B' = blocking .
SOCKETS.READB Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.READB Method.xml
Read bytes from socket into blob.