Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPServer.Greeting
Banner message sent after accepting threaded client connections.

property Greeting: TIdRFCReply;
Description
Greeting is a TIdRFCReply property that contains the banner message sent to a peer when the threaded client connection has been accepted by the listener thread. Greeting is written to the client just prior to triggering the OnConnect event and starting execution of the TIdPeerThread.

Greeting is initialized in the Create constructor, and freed in Destroy.