Internet Direct (Indy) Version 9.0.1 Beta
TIdSSLSocket.Accept
Creates and binds a new SSL socket.

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

fSSLContext: TIdSSLContext
SSL context for the SSL socket.

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