procedure Connect;
Description
Opens a connection to the specified TLS/SSL client and sets the Connected property to True.
Before creating a connection, you should initialize the server by calling the Init method and passing the input and output sources for the connection. If the server is not initialized, an appropriate error will occur.
See Also