standard.net.socket

standard.net.socket is available since version 1.0.
Import library : standard.net.socket
(you must include this at the top of your source: "import standard.net.socket" (no quotes)

Description:

Concept socket-handling function. Support for both TCP and UDP sockets (UDP support is in beta).

Methods

Permits an incoming connection attempt on a socket
Closes a socket
Establishes a connection to a socket
Creates a socket
Gets an error code associated to the last failed operation on socket
Gets a socket option
Checks if a socket has data pending to be read
Gets an array describing the socket
Places a socket in a state in which it is listening for an incoming connection
Receives data from a connected socket
Sets a socket option
Sends data to a connected socket