Internet Direct (Indy) Version 9.0.2 Beta
TIdTunnelSlave.OnInterpretMsg
Specifies the event handler for interpreting the session connection message.

property OnInterpretMsg: TSendMsgEventC;
Description
OnInterpretMsg is a TSendMsgEventC event handler that allows the server to interpret the session connection message generating by the SlaveThread for the server instance. OnInterpretMsg can be generated by the slave thread when a connection message type is detected in the header for the encapsulated tunnel message.

Applications must assign a procedure to the event handler to allow a response to the event notification.