INET::SSLSocket::Close Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/Close Method.xml
The INET::SSLSocket::Close() method closes an open connection.
INET::SSLSocket Class
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/index.xml
Properties and methods in the SSLSocket class.
INET::SSLSocket::Read Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/Read Method.xml
The INET::SSLSocket::Read() method reads characters from the connection into a string.
INET::SSLSocket::ReadBinary Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/ReadBinary Method.xml
The INET::SSLSocket::ReadBinary() method reads bytes from the connection into a BLOB variable.
INET::SSLSocket GetOptions Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/GetOptions Method.xml
The INET::SSLSocket::GetOptions() method reads the status of one or more option values.
INET::SSLSocket::Write Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/Write Method.xml
The INET::SSLSocket::Write() method writes character data to the connection.
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::ReadLine Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/ReadLine Method.xml
The INET::SSLSocket::ReadLine() method reads a line from the receive buffer. A line is terminated by a CR-LF. If nothing is available, the method returns an empty string.
INET::SSLSocket::SetOptions Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/SetOptions Method.xml
The INET::SSLSocket::SetOptions() methods sets one or more options in a single call.
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.