- 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::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.
- INET::Socket::Connect Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/Connect Method.xml
The INET::Socket::Connect() method opens a connection to the requested host and port. Note: ConnectTimeout is in milliseconds.