Internet Direct (Indy) Version 9.0.2 Beta
TSlaveThread.Receiver
Provides services for data from a client connection.

Receiver: TReceiver;
Description
Receiver is a public TReceiver variable used to provide access to data transformation, encapsulation headers, and CRC inspection for messages received from the client Connection.

Receiver is accessed from the BeforeRun method to determine if the client connection requires either session authentication or custom data interpretation.

Receiver is used in the Run method to construct the transformed data of a message, and to form the encapsulation headers for the custom message.