Internet Direct (Indy) Version 9.0.1 Beta
TIdServerIntercept.Init
Performs initialization tasks for the server socket handler.

procedure Init; virtual; abstract;
Description
Init is an abstract virtual procedure that allows the TIdServerIntercept instance to perform initialization tasks that are needed by the server socket handler. Descendant classes should implement Init to perform the actions appropriate to the server socket handler.

For example, TIdServerInterceptOpenSSL implements Init to load the SSL (Secure SOcket Layer) context needed to access the Root Certificate, the Certificate file, and the Key file needed to authorize SSL peer connections.