INET::SSLSocket ReadUntil Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/ReadUntil Method.xml
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::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::SSLSocket Peek Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/Peek Method.xml
The INET::SSLSocket::Peek() method reads characters into a string. Peek does not remove the characters from the receive buffer.
INET::SSLSocket::Connect Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/Connect Method.xml
The INET::SSLSocket::Connect() method opens a connection to the requested host and port. Note: ConnectTimeout is in milliseconds.
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::SSLSocket WriteBinary Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/WriteBinary Method.xml
The INET::SSLSocket::WriteBinary() method writes binary data to the connection.
INET::SSLSocket StartSSLSession Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/StartSSLSession Method.xml
The INET::Socket OpenSocket method begins an SSL session with a socket that is already opened. If successful the socket remains secure until closed. If unsuccessful both sockets will be closed. After this call you should no long reference OpenSocket.
INET::SSLSocket::Reconnect Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/Reconnect Method.xml
The INET::SSLSocket::Reconnect() method reestablishes the connection with an SSL partner (session settings may have changed).
INET::SSLSocket Listen Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/Listen Method.xml
The INET::SSLSocket::Listen() method opens a socket to listen for incoming requests.
INET::SSLSocket::Close Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/Close Method.xml
The INET::SSLSocket::Close() method closes an open connection.