- INET::SSLSocket::CreateCertificateRequest Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/CreateCertificateRequest Method.xml
The INET::SSLSocket::CreateCertificateRequest() method creates a request for a certificate.
- 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::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.
- INET::SSLContext::CreateCertificateRequest Method
/documentation/pages/Ref/Api/Namespace/INET/SSLContext/CreateCertificateRequest Method.xml
Create a request for a certificate.
- 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::Accept Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/Accept Method.xml
The INET::SSLSocket::Accept() method accepts a new connection (the socket must already be listening). The method 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::SSLSocket::SendFile Method
/documentation/pages/Ref/Api/Namespace/INET/SSLSocket/SendFile Method.xml
The INET::SSLSocket::SendFile() method sends the named file.