INET::Socket::Query_TCP Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/Query_TCP Method.xml
The INET::Socket::Query_TCP() method returns .T. if the TCP connection described by the arguments matches an active connection.
INET::SSLSocket::Query_TCP Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/Query_TCP Method.xml
Returns .T. (TRUE) if the TCP connection described by the arguments matches an active connection.
INET::Socket::Read Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/Read Method.xml
The INET::Socket::Read() method reads characters from socket into string.
INET::Socket::Write Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/Write Method.xml
The INET::Socket::Write() method writes character data.
INET::Socket::Accept Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/Accept Method.xml
Accept a new connection (the socket must already be listening). Returns a status object with information about the success of the call If the call is successful, AcceptedSocket contains the new instance of INET::Socket. HandshakeReadTimeout is appropriate for SSL sockets only.
INET::Socket::Peek Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/Peek Method.xml
The INET::Socket::Peek() method reads received characters from into a string. Peek()does not remove the characters from the receive buffer.
INET::Socket::Close Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/Close Method.xml
The INET::Socket::Close() method closes an open connection.
INET::Socket Methods
/documentation/pages/Ref/Api/Namespace/INET/Socket/index.xml
Available INET::Socket Methods for working with web sockets.
INET::Socket::ReadUntil Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/ReadUntil Method.xml
The INET::Socket::ReadUntil() method reads from the input stream until the delimiter is encountered or a timeout occurs. If the function returns FALSE, there may still be data in the returned buffer. This means that the read timed-out before receiving the delimiter. If ReturnDelimiter is true, the delimiter is returned with the string.
INET::Socket::Listen Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/Listen Method.xml
The INET::Socket::Listen() method opens a socket to listen for incoming requests.