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.
INET::Socket::GetOptions Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/GetOptions Method.xml
The INET::Socket::GetOptions() method gets one or more option values in a single call.
INET::Socket::SetOptions Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/SetOptions Method.xml
The INET::Socket::SetOptions() method sets one or more options in a single call.
INET::Socket::ReadLine Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/ReadLine Method.xml
The INET::Socket::ReadLine() method reads a line from the receive buffer. A line is terminated by a carriage-return and a line feed. If nothing is available, the method returns an empty string.
INET::Socket::SendFile Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/SendFile Method.xml
The INET::Socket::SendFile() method sends the specified file.
INET::Socket::WriteBinary Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/WriteBinary Method.xml
The INET::Socket::WriteBinary() method writes blob data.
INET::Socket::ReadBinary Method
/documentation/pages/Ref/Api/Namespace/INET/Socket/ReadBinary Method.xml
The INET::Socket::ReadBinary() method reads bytes from socket into a blob variable.
INET::SSLSocket Class
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/index.xml
Properties and methods in the SSLSocket class.
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::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.