Internet Direct (Indy) Version 9.0.2 Beta
TIdSSLSocket.Connect
Creates and binds a new client SSL socket.

procedure Connect(const pHandle: TIdStackSocketHandle; fSSLContext: TIdSSLContext);
Parameters
const pHandle: TIdStackSocketHandle
Socket handle binding for the SSL socket.

fSSLContext: TIdSSLContext
SSL context for the SSL socket.

Description
Connect is a procedure that initializes an SSL socket for the client SSL context specified in fSSLContext, and binds the SSL socket using the socket handle in pHandle.