Internet Direct (Indy) Version 9.0.2 Beta
MClientThread.MasterParent
Represents the Tunnel server context for the thread instance.

MasterParent: TIdTunnelMaster;
Description
MasterParent is a TIdTunnelMaster instances that represents the Tunnel server context for the thread instance. MasterParent is the owner of the MClientThread instance as indicated in Create, and allows access to the properties and methods of the Tunnel server from the thread.

MasterParent is used in Execute to forward client messages from the tunnel connection to the tunnel server using TIdTunnelMaster.SendMsg.